Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86484
b: refs/heads/master
c: 2d8d4fd
h: refs/heads/master
v: v3
  • Loading branch information
Aurelien Jarno authored and John W. Linville committed Feb 28, 2008
1 parent 4a53adc commit 412c9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f9d8f88952c263a4eeaaa0fc6ff726d2315b6a57
refs/heads/master: 2d8d4fdf78488f3362dccfd2a6bfdb4bc65c0858
2 changes: 1 addition & 1 deletion trunk/drivers/ssb/driver_pcicore.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static int pcicore_is_in_hostmode(struct ssb_pcicore *pc)
chipid_top != 0x5300)
return 0;

if (bus->sprom.r1.boardflags_lo & SSB_PCICORE_BFL_NOPCI)
if (bus->sprom.boardflags_lo & SSB_PCICORE_BFL_NOPCI)
return 0;

/* The 200-pin BCM4712 package does not bond out PCI. Even when
Expand Down

0 comments on commit 412c9e2

Please sign in to comment.