[ARM] pata_icside: fix the FIXMEs
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 6 Aug 2007 15:10:54 +0000 (16:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 6 Aug 2007 15:10:54 +0000 (16:10 +0100)
Alan Cox suggested that the solution to the FIXMEs in pata_icside is
to use a private postreset method to detect the lack of devices on a
port, and in such a case, disable the interrupt for the port.

This patch implements such a method, and removes the hard coded
disable of port 0.  Tested as working.

Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found