Skip to content

Commit

Permalink
powerpc/8xx: Fix another breakage from the irq_data conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Benjamin Herrenschmidt committed Mar 30, 2011
1 parent 8987ecc commit b3cf2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/sysdev/mpc8xx_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static int mpc8xx_set_irq_type(struct irq_data *d, unsigned int flow_type)
if ((hw & 1) == 0) {
siel |= (0x80000000 >> hw);
out_be32(&siu_reg->sc_siel, siel);
__irq_set_handler_locked(irq, handle_edge_irq);
__irq_set_handler_locked(d->irq, handle_edge_irq);
}
}
return 0;
Expand Down

0 comments on commit b3cf2bb

Please sign in to comment.