Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224623
b: refs/heads/master
c: a76a574
h: refs/heads/master
i:
  224621: 4e81b81
  224619: a0e6ace
  224615: a9247e3
  224607: a71d877
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Nov 18, 2010
1 parent 1c76b79 commit 3925ee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: aaa13ca2428789b3c8096b5edc175d4d78b5f504
refs/heads/master: a76a574ca9ce7c05791cee42f000f2a42c687837
4 changes: 0 additions & 4 deletions trunk/drivers/ssb/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,6 @@ static int sprom_extract(struct ssb_bus *bus, struct ssb_sprom *out,
* Always extract r1. */
out->revision = 1;
ssb_dprintk(KERN_DEBUG PFX "SPROM treated as revision %d\n", out->revision);
} else if (bus->chip_id == 0x4321) {
/* the BCM4328 has a chipid == 0x4321 and a rev 4 SPROM */
out->revision = 4;
ssb_dprintk(KERN_DEBUG PFX "SPROM treated as revision %d\n", out->revision);
}

switch (out->revision) {
Expand Down

0 comments on commit 3925ee6

Please sign in to comment.