Skip to content

Commit

Permalink
[PATCH] parport: fix compilation failure
Browse files Browse the repository at this point in the history
Fix compilation failure.

Signed-off-by: Arnaud Giersch <arnaud.giersch@free.fr>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Arnaud Giersch authored and Linus Torvalds committed Nov 16, 2006
1 parent e757bef commit 4c1b6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/parport/parport_ip32.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ static irqreturn_t parport_ip32_interrupt(int irq, void *dev_id)
enum parport_ip32_irq_mode irq_mode = priv->irq_mode;
switch (irq_mode) {
case PARPORT_IP32_IRQ_FWD:
parport_generic_irq(irq, p, regs);
parport_generic_irq(irq, p);
break;
case PARPORT_IP32_IRQ_HERE:
parport_ip32_wakeup(p);
Expand Down

0 comments on commit 4c1b6d1

Please sign in to comment.