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:
8ac773b
)
[PATCH] irq updates: make eata_pio compile
author
Alan Cox
<alan@lxorguk.ukuu.org.uk>
Fri, 20 Oct 2006 06:28:33 +0000
(23:28 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 20 Oct 2006 17:26:38 +0000
(10:26 -0700)
Signed-off-by: Alan Cox <alan@redhat.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/eata_pio.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/eata_pio.c
b/drivers/scsi/eata_pio.c
index 811d8840707eb8f846ed02d03b3d819c200af6c7..2dbb66d2f0a7398c791e3f51be5f256d06182cf9 100644
(file)
--- a/
drivers/scsi/eata_pio.c
+++ b/
drivers/scsi/eata_pio.c
@@
-203,7
+203,7
@@
static irqreturn_t do_eata_pio_int_handler(int irq, void *dev_id)
irqreturn_t ret;
spin_lock_irqsave(dev->host_lock, flags);
- ret = eata_pio_int_handler(irq, dev_id
, regs
);
+ ret = eata_pio_int_handler(irq, dev_id);
spin_unlock_irqrestore(dev->host_lock, flags);
return ret;
}