Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184066
b: refs/heads/master
c: 83e34f0
h: refs/heads/master
v: v3
  • Loading branch information
Jochen Friedrich authored and John W. Linville committed Feb 8, 2010
1 parent b313763 commit 93962bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0866b03c7d7dee8a34ffa527ecda426c0f405518
refs/heads/master: 83e34f03ee9b86b49bde4707a1fe03a1837e29be
5 changes: 4 additions & 1 deletion trunk/drivers/ssb/driver_mipscore.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ void ssb_mipscore_init(struct ssb_mipscore *mcore)
set_irq(dev, irq++);
}
break;
/* fallthrough */
case SSB_DEV_PCI:
case SSB_DEV_ETHERNET:
case SSB_DEV_ETHERNET_GBIT:
Expand All @@ -281,6 +280,10 @@ void ssb_mipscore_init(struct ssb_mipscore *mcore)
set_irq(dev, irq++);
break;
}
/* fallthrough */
case SSB_DEV_EXTIF:
set_irq(dev, 0);
break;
}
}
ssb_dprintk(KERN_INFO PFX "after irq reconfiguration\n");
Expand Down

0 comments on commit 93962bf

Please sign in to comment.