diff options
Diffstat (limited to 'drivers/bcma/scan.c')
-rw-r--r-- | drivers/bcma/scan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/scan.c b/drivers/bcma/scan.c index 14b56561a36f..917520776879 100644 --- a/drivers/bcma/scan.c +++ b/drivers/bcma/scan.c | |||
@@ -505,6 +505,7 @@ int bcma_bus_scan(struct bcma_bus *bus) | |||
505 | bus->nr_cores++; | 505 | bus->nr_cores++; |
506 | other_core = bcma_find_core_reverse(bus, core->id.id); | 506 | other_core = bcma_find_core_reverse(bus, core->id.id); |
507 | core->core_unit = (other_core == NULL) ? 0 : other_core->core_unit + 1; | 507 | core->core_unit = (other_core == NULL) ? 0 : other_core->core_unit + 1; |
508 | bcma_prepare_core(bus, core); | ||
508 | 509 | ||
509 | bcma_info(bus, "Core %d found: %s (manuf 0x%03X, id 0x%03X, rev 0x%02X, class 0x%X)\n", | 510 | bcma_info(bus, "Core %d found: %s (manuf 0x%03X, id 0x%03X, rev 0x%02X, class 0x%X)\n", |
510 | core->core_index, bcma_device_name(&core->id), | 511 | core->core_index, bcma_device_name(&core->id), |