Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287500
b: refs/heads/master
c: a6c8462
h: refs/heads/master
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Feb 1, 2012
1 parent bafcf4f commit eed934c
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: 5fb8c182d26472ea24cbbadb6a3e355d7621cca4
refs/heads/master: a6c84622b7fa3ea5417a9d1d0ce0bc3e7fbe3be1
2 changes: 1 addition & 1 deletion trunk/drivers/ssb/driver_pcicore.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static u32 get_cfgspace_addr(struct ssb_pcicore *pc,
u32 tmp;

/* We do only have one cardbus device behind the bridge. */
if (pc->cardbusmode && (dev >= 1))
if (pc->cardbusmode && (dev > 1))
goto out;

if (bus == 0) {
Expand Down

0 comments on commit eed934c

Please sign in to comment.