Skip to content

Commit

Permalink
[PATCH] irq updates: make eata_pio compile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Oct 20, 2006
1 parent 8ac773b commit a31baca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/eata_pio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a31baca

Please sign in to comment.