From 3925ee6b7a3fb5428552535aa7162ffe50a660bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 17 Nov 2010 19:52:13 +0100 Subject: [PATCH] --- yaml --- r: 224623 b: refs/heads/master c: a76a574ca9ce7c05791cee42f000f2a42c687837 h: refs/heads/master i: 224621: 4e81b810db92c078abf3c6384bbce3e3d790a361 224619: a0e6acefe469ebc8f405d6e913cb754e4731337e 224615: a9247e31a6c16fc16e99a9ea99b4b57c18c3d5b7 224607: a71d8773e2956fb0b00c5ebad886f7b0417e216a v: v3 --- [refs] | 2 +- trunk/drivers/ssb/pci.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 29d268ca5c8f..60f8bad3b346 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aaa13ca2428789b3c8096b5edc175d4d78b5f504 +refs/heads/master: a76a574ca9ce7c05791cee42f000f2a42c687837 diff --git a/trunk/drivers/ssb/pci.c b/trunk/drivers/ssb/pci.c index b5343ac37ee5..f52966305e05 100644 --- a/trunk/drivers/ssb/pci.c +++ b/trunk/drivers/ssb/pci.c @@ -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) {