diff options
author | Phil Sutter <n0-1@freewrt.org> | 2009-01-20 17:40:56 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-01-27 02:13:03 -0500 |
commit | b98f5046397b9f4c5060e5b73e483bfd9e453dd6 (patch) | |
tree | 18f36867795b999edc30a22dee2417b5d179c408 /drivers/ata/pata_rb532_cf.c | |
parent | e4d866cdea24543ee16ce6d07d80c513e86ba983 (diff) | |
download | linux-stable-b98f5046397b9f4c5060e5b73e483bfd9e453dd6.tar.gz linux-stable-b98f5046397b9f4c5060e5b73e483bfd9e453dd6.tar.bz2 linux-stable-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/pata_rb532_cf.c')
-rw-r--r-- | drivers/ata/pata_rb532_cf.c | 2 |
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, |