Commit d44b3be8 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller

[SPARC64]: Fix typo in isa_dev_get_irq_using_imap().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 24ac26d4
......@@ -75,7 +75,7 @@ static int __init isa_dev_get_irq_using_imap(struct sparc_isa_device *isa_dev,
struct linux_prom_registers *reg)
{
struct linux_prom_ebus_intmap *imap;
struct linux_prom_ebus_intmap *imask;
struct linux_prom_ebus_intmask *imask;
unsigned int hi, lo, irq;
int i, len, n_imap;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment