projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d866c
)
pata-rb532-cf: remove set_irq_type from finish_io
author
Phil Sutter
<n0-1@freewrt.org>
Tue, 20 Jan 2009 16:40:56 +0000
(17:40 +0100)
committer
Jeff Garzik
<jgarzik@redhat.com>
Tue, 27 Jan 2009 07:13:03 +0000
(
02:13
-0500)
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>
drivers/ata/pata_rb532_cf.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_rb532_cf.c
b/drivers/ata/pata_rb532_cf.c
index c2e6fb9f2ef9f730b27c3a9c16f96f85fd3de7dd..ebfcda26d639bffa3cfce525b84883b0b7276d98 100644
(file)
--- 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,