You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
619 B
19 lines
619 B
--- a/drivers/ssb/driver_pcicore.c
|
|
+++ b/drivers/ssb/driver_pcicore.c
|
|
@@ -516,10 +516,14 @@ static void ssb_pcicore_pcie_setup_worka
|
|
|
|
static void __devinit ssb_pcicore_init_clientmode(struct ssb_pcicore *pc)
|
|
{
|
|
- ssb_pcicore_fix_sprom_core_index(pc);
|
|
+ struct ssb_device *pdev = pc->dev;
|
|
+ struct ssb_bus *bus = pdev->bus;
|
|
+
|
|
+ if (bus->bustype == SSB_BUSTYPE_PCI)
|
|
+ ssb_pcicore_fix_sprom_core_index(pc);
|
|
|
|
/* Disable PCI interrupts. */
|
|
- ssb_write32(pc->dev, SSB_INTVEC, 0);
|
|
+ ssb_write32(pdev, SSB_INTVEC, 0);
|
|
|
|
/* Additional PCIe always once-executed workarounds */
|
|
if (pc->dev->id.coreid == SSB_DEV_PCIE) {
|
|
|