Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258476
b: refs/heads/master
c: c54dcd1
h: refs/heads/master
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jul 18, 2011
1 parent c93037b commit d2d0341
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: 18dfa4952c691898da3168886a160d4cecae20bc
refs/heads/master: c54dcd197c3f9a66b60cb85ca50df06981a45211
2 changes: 1 addition & 1 deletion trunk/drivers/bcma/sprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static int bcma_sprom_valid(const u16 *sprom)
return err;

revision = sprom[SSB_SPROMSIZE_WORDS_R4 - 1] & SSB_SPROM_REVISION_REV;
if (revision != 8) {
if (revision != 8 && revision != 9) {
pr_err("Unsupported SPROM revision: %d\n", revision);
return -ENOENT;
}
Expand Down

0 comments on commit d2d0341

Please sign in to comment.