libata-sff: PCI IRQ handling fix
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 3 Jan 2008 17:22:28 +0000 (17:22 +0000)
committerJeff Garzik <jeff@garzik.org>
Thu, 10 Jan 2008 21:52:51 +0000 (16:52 -0500)
commit277d72a37431d200727189693b14488368b7c258
tree40284a8d0ab950034bf85525f68fb1d37f7cb4be
parentb14dabcdb651ddd9f85c69c9042322c139e7da84
libata-sff: PCI IRQ handling fix

It is legitimate (although annoying and silly) for a PCI IDE controller
not to be assigned an interrupt and to be polled. The libata-sff code
should therefore not try and request IRQ 0 in this case.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-sff.c