Files
kernel/include/linux
Tejun Heo 288623a06c libata: clean up port_ops->sff_irq_clear()
->sff_irq_clear() is called only from SFF interrupt handler, so there
is no reason to initialize it for non-SFF controllers.  Also,
ata_sff_irq_clear() can handle both BMDMA and non-BMDMA SFF
controllers.

This patch kills ata_noop_irq_clear() and removes it from base
port_ops and sets ->sff_irq_clear to ata_sff_irq_clear() in sff
port_ops instead of bmdma port_ops.

Signed-off-by: Tejun Heo <htejun@gmail.com>
2008-04-17 15:44:22 -04:00
..
2008-03-04 16:35:12 -08:00
2008-03-04 14:47:06 -08:00
2008-04-04 18:36:49 +02:00
2008-03-29 19:55:17 +01:00
2008-03-17 22:48:46 -07:00
2008-03-19 18:53:36 -07:00
2008-03-04 16:35:15 -08:00
2008-03-12 12:34:37 -07:00
2008-03-17 22:46:46 -07:00
2008-03-03 12:22:32 -08:00
2008-03-04 14:57:43 -08:00
2008-04-07 13:14:22 -07:00