Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98821
b: refs/heads/master
c: 9e095a6
h: refs/heads/master
i:
  98819: 24ee6e2
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Jul 7, 2008
1 parent 108dc99 commit ae92044
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9dfd55008e3863dcd93219c74bf05b09e5c549e2
refs/heads/master: 9e095a687b3561972272063260e14ab1bc21de08
7 changes: 7 additions & 0 deletions trunk/drivers/ssb/driver_pcicore.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,13 @@ int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc,
int err = 0;
u32 tmp;

if (dev->bus->bustype != SSB_BUSTYPE_PCI) {
/* This SSB device is not on a PCI host-bus. So the IRQs are
* not routed through the PCI core.
* So we must not enable routing through the PCI core. */
goto out;
}

if (!pdev)
goto out;
bus = pdev->bus;
Expand Down

0 comments on commit ae92044

Please sign in to comment.