diff options
Diffstat (limited to 'arch/mips/bcm47xx/setup.c')
-rw-r--r-- | arch/mips/bcm47xx/setup.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/setup.c b/arch/mips/bcm47xx/setup.c index 2b63e7e7d3d3..fff6ed4978c7 100644 --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c | |||
@@ -202,6 +202,10 @@ static void __init bcm47xx_register_bcma(void) | |||
202 | 202 | ||
203 | err = bcma_host_soc_register(&bcm47xx_bus.bcma); | 203 | err = bcma_host_soc_register(&bcm47xx_bus.bcma); |
204 | if (err) | 204 | if (err) |
205 | panic("Failed to register BCMA bus (err %d)", err); | ||
206 | |||
207 | err = bcma_host_soc_init(&bcm47xx_bus.bcma); | ||
208 | if (err) | ||
205 | panic("Failed to initialize BCMA bus (err %d)", err); | 209 | panic("Failed to initialize BCMA bus (err %d)", err); |
206 | 210 | ||
207 | bcm47xx_fill_bcma_boardinfo(&bcm47xx_bus.bcma.bus.boardinfo, NULL); | 211 | bcm47xx_fill_bcma_boardinfo(&bcm47xx_bus.bcma.bus.boardinfo, NULL); |