diff options
Diffstat (limited to 'drivers/bcma/sprom.c')
-rw-r--r-- | drivers/bcma/sprom.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/bcma/sprom.c b/drivers/bcma/sprom.c index 0d546b64be34..4adf9ef9a113 100644 --- a/drivers/bcma/sprom.c +++ b/drivers/bcma/sprom.c | |||
@@ -595,8 +595,11 @@ int bcma_sprom_get(struct bcma_bus *bus) | |||
595 | bcma_chipco_bcm4331_ext_pa_lines_ctl(&bus->drv_cc, true); | 595 | bcma_chipco_bcm4331_ext_pa_lines_ctl(&bus->drv_cc, true); |
596 | 596 | ||
597 | err = bcma_sprom_valid(sprom); | 597 | err = bcma_sprom_valid(sprom); |
598 | if (err) | 598 | if (err) { |
599 | bcma_warn(bus, "invalid sprom read from the PCIe card, try to use fallback sprom\n"); | ||
600 | err = bcma_fill_sprom_with_fallback(bus, &bus->sprom); | ||
599 | goto out; | 601 | goto out; |
602 | } | ||
600 | 603 | ||
601 | bcma_sprom_extract_r8(bus, sprom); | 604 | bcma_sprom_extract_r8(bus, sprom); |
602 | 605 | ||