summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-3.6/211-b44_timeout_spam.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-11-18 21:27:00 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-11-18 21:27:00 +0000
commit86cc79ac985ffd954d26c88d144b82063a714636 (patch)
treed750f1c9a309e6ff92cdd4233d6b9749ce2bc996 /target/linux/brcm47xx/patches-3.6/211-b44_timeout_spam.patch
parentd648dad7fa7708a1879579ac6a6e87825eccd028 (diff)
downloadmtk-20170518-86cc79ac985ffd954d26c88d144b82063a714636.zip
mtk-20170518-86cc79ac985ffd954d26c88d144b82063a714636.tar.gz
mtk-20170518-86cc79ac985ffd954d26c88d144b82063a714636.tar.bz2
brcm47xx: add support for kernel 3.6
This is based on the patch by Peter Wagner. SVN-Revision: 34252
Diffstat (limited to 'target/linux/brcm47xx/patches-3.6/211-b44_timeout_spam.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.6/211-b44_timeout_spam.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-3.6/211-b44_timeout_spam.patch b/target/linux/brcm47xx/patches-3.6/211-b44_timeout_spam.patch
new file mode 100644
index 0000000..c2eb3ad
--- /dev/null
+++ b/target/linux/brcm47xx/patches-3.6/211-b44_timeout_spam.patch
@@ -0,0 +1,15 @@
+--- a/drivers/net/ethernet/broadcom/b44.c
++++ b/drivers/net/ethernet/broadcom/b44.c
+@@ -187,10 +187,11 @@ static int b44_wait_bit(struct b44 *bp,
+ udelay(10);
+ }
+ if (i == timeout) {
++#if 0
+ if (net_ratelimit())
+ netdev_err(bp->dev, "BUG! Timeout waiting for bit %08x of register %lx to %s\n",
+ bit, reg, clear ? "clear" : "set");
+-
++#endif
+ return -ENODEV;
+ }
+ return 0;