pata_cmd64x: implement sff_irq_clear() method
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Sun, 11 Mar 2012 19:27:01 +0000 (22:27 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 13 Mar 2012 20:43:04 +0000 (16:43 -0400)
commit419fd2461354f7675ef298fa26ffceff4d0b2168
tree18cc0a2fae97229702e4f167bb2a86ad157ce062
parent8a686bc984454c1eba6788d0d97dec72ad87f052
pata_cmd64x: implement sff_irq_clear() method

Convert the driver's two bmdma_stop() methods into sff_irq_clear() methods --
they shouldn't have been bothering with clearing interrupts from the very start;
the driver will now use the standard bmdma_stop() method implementation (where
appropriate).

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_cmd64x.c