Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342095
b: refs/heads/master
c: 6cdd640
h: refs/heads/master
i:
  342093: 9eb0392
  342091: 66bdab4
  342087: dc7e70b
  342079: 4847834
v: v3
  • Loading branch information
Cong Ding authored and John W. Linville committed Dec 10, 2012
1 parent bf438d3 commit 5338b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: fc5e286ff4ff6da3e76e6eb58c535e250ad2ff18
refs/heads/master: 6cdd6400b244e6c130b8b418af28a0aec60ad5b5
3 changes: 1 addition & 2 deletions trunk/drivers/ssb/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,8 +1126,7 @@ static u32 ssb_tmslow_reject_bitmask(struct ssb_device *dev)
case SSB_IDLOW_SSBREV_27: /* same here */
return SSB_TMSLOW_REJECT; /* this is a guess */
default:
printk(KERN_INFO "ssb: Backplane Revision 0x%.8X\n", rev);
WARN_ON(1);
WARN(1, KERN_INFO "ssb: Backplane Revision 0x%.8X\n", rev);
}
return (SSB_TMSLOW_REJECT | SSB_TMSLOW_REJECT_23);
}
Expand Down

0 comments on commit 5338b35

Please sign in to comment.