projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix an unused variable warning
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.38
/
031-ssb-add-callback-for-sprom.patch
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
9dac61c
..
bf19ae0
100644
(file)
--- 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;
int err;
u16 *buf;
-@@ -707,10 +706,1
4
@@ static int ssb_pci_sprom_get(struct ssb_
+@@ -707,10 +706,1
7
@@ static int ssb_pci_sprom_get(struct ssb_
if (err) {
/* All CRC attempts failed.
* Maybe there is no SPROM on the device?
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 {
+ " 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;
}
err = 0;
goto out_free;
}
This page took
0.024852 seconds
and
4
git commands to generate.