diff options
Diffstat (limited to 'drivers/bcma')
-rw-r--r-- | drivers/bcma/driver_mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c index 8a51c7950536..90f20a247725 100644 --- a/drivers/bcma/driver_mips.c +++ b/drivers/bcma/driver_mips.c | |||
@@ -299,7 +299,7 @@ void bcma_core_mips_init(struct bcma_drv_mips *mcore) | |||
299 | break; | 299 | break; |
300 | default: | 300 | default: |
301 | list_for_each_entry(core, &bus->cores, list) { | 301 | list_for_each_entry(core, &bus->cores, list) { |
302 | core->irq = bcma_core_irq(core); | 302 | core->irq = bcma_core_mips_irq(core) + 2; |
303 | } | 303 | } |
304 | bcma_err(bus, | 304 | bcma_err(bus, |
305 | "Unknown device (0x%x) found, can not configure IRQs\n", | 305 | "Unknown device (0x%x) found, can not configure IRQs\n", |