forked from Minki/linux
[PATCH] irq updates: make eata_pio compile
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>
This commit is contained in:
parent
8ac773b4f7
commit
a31baca58c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user