aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorPhil Sutter <n0-1@freewrt.org>2009-01-20 17:40:56 +0100
committerJeff Garzik <jgarzik@redhat.com>2009-01-27 02:13:03 -0500
commitb98f5046397b9f4c5060e5b73e483bfd9e453dd6 (patch)
tree18f36867795b999edc30a22dee2417b5d179c408 /drivers/ata
parent[libata] pata_via: support VX855, future chips whose IDE controller use 0x0571 (diff)
downloadlinux-dev-b98f5046397b9f4c5060e5b73e483bfd9e453dd6.tar.xz
linux-dev-b98f5046397b9f4c5060e5b73e483bfd9e453dd6.zip
pata-rb532-cf: remove set_irq_type from finish_io
The driver has been tested without the call to set_irq_type at this point and occurs to work fine, so it should be safe to remove it. Signed-off-by: Phil Sutter <n0-1@freewrt.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/pata_rb532_cf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_rb532_cf.c b/drivers/ata/pata_rb532_cf.c
index c2e6fb9f2ef9..ebfcda26d639 100644
--- a/drivers/ata/pata_rb532_cf.c
+++ b/drivers/ata/pata_rb532_cf.c
@@ -63,8 +63,6 @@ static inline void rb532_pata_finish_io(struct ata_port *ap)
ata_sff_sync might be sufficient. */
ata_sff_dma_pause(ap);
ndelay(RB500_CF_IO_DELAY);
-
- set_irq_type(info->irq, IRQ_TYPE_LEVEL_HIGH);
}
static void rb532_pata_exec_command(struct ata_port *ap,