Re: [PATCH 3/9] libata: implement and use ata_noop_irq_clear()

2008-02-01 Thread Jeff Garzik
Tejun Heo wrote: -irq_clear() is used to clear IRQ bit of a SFF controller and isn't useful for drivers which don't use libata SFF HSM implementation. However, it's a required callback and many drivers implement their own noop version as placeholder. This patch implements ata_noop_irq_clear and

[PATCH 3/9] libata: implement and use ata_noop_irq_clear()

2008-01-30 Thread Tejun Heo
-irq_clear() is used to clear IRQ bit of a SFF controller and isn't useful for drivers which don't use libata SFF HSM implementation. However, it's a required callback and many drivers implement their own noop version as placeholder. This patch implements ata_noop_irq_clear and use it to replace