summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.38/031-ssb-add-callback-for-sprom.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-07 12:49:17 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-07 12:49:17 +0000
commit26205d18e8788d3cab78e980aea09d10f10cb7d7 (patch)
tree0ad890c44a4ff6f63baed0f51534fd5368378f12 /target/linux/brcm47xx/patches-2.6.38/031-ssb-add-callback-for-sprom.patch
parente5061b1935f96d99aca4468e8bfd43907666f865 (diff)
brcm47xx: update patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26846 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.38/031-ssb-add-callback-for-sprom.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.38/031-ssb-add-callback-for-sprom.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.38/031-ssb-add-callback-for-sprom.patch b/target/linux/brcm47xx/patches-2.6.38/031-ssb-add-callback-for-sprom.patch
index 9dac61c6b..bf19ae0b9 100644
--- a/target/linux/brcm47xx/patches-2.6.38/031-ssb-add-callback-for-sprom.patch
+++ b/target/linux/brcm47xx/patches-2.6.38/031-ssb-add-callback-for-sprom.patch
@@ -40,7 +40,7 @@
int err;
u16 *buf;
-@@ -707,10 +706,14 @@ static int ssb_pci_sprom_get(struct ssb_
+@@ -707,10 +706,17 @@ static int ssb_pci_sprom_get(struct ssb_
if (err) {
/* All CRC attempts failed.
* Maybe there is no SPROM on the device?
@@ -56,6 +56,9 @@
+ " fallback SPROM failed (err %d)\n",
+ err);
+ } else {
++ ssb_dprintk(KERN_DEBUG PFX "Using SPROM"
++ " revision %d provided by"
++ " platform.\n", sprom->revision);
err = 0;
goto out_free;
}