Fix bug - Implement bfin ata interrupt handler to avoid "irq 68 nobody cared" (v2)
authorSonic Zhang <sonic.zhang@analog.com>
Fri, 25 Apr 2008 09:19:25 +0000 (17:19 +0800)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 29 Apr 2008 06:17:18 +0000 (02:17 -0400)
commit65c0d4e54ae4b81d8c8bb685169e48306656bb5c
treec1e7eb0b88c16cc17c9a33431246e0114af6ccd7
parent7368f91926a2870a8c3f9546d86535ce71ae0757
Fix bug - Implement bfin ata interrupt handler to avoid "irq 68 nobody cared" (v2)

Return IRQ_HANDLED when bfin ata device is busy.
http://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemEdit&tracker_item_id=3513

v1-v2:
 - fold api breakage fixing patch together.
 - mark 'static', not 'inline'.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_bf54x.c