[libata] Remove ->port_disable() hook
authorJeff Garzik <jeff@garzik.org>
Thu, 16 Aug 2007 07:17:03 +0000 (03:17 -0400)
committerJeff Garzik <jeff@garzik.org>
Fri, 12 Oct 2007 18:55:35 +0000 (14:55 -0400)
It was always set to ata_port_disable().  Removed the hook, and replaced
the very few ap->ops->port_disable() callsites with direct calls to
ata_port_disable().

Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found