aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.8/211-b44_timeout_spam.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-09-12 22:07:12 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-09-12 22:07:12 +0000
commit0a0257d70e6bbe6fc36c503e7711f40958351a24 (patch)
tree32e6dbec334bd89837ef5dbd3c77e3bd2b709dab /target/linux/brcm47xx/patches-3.8/211-b44_timeout_spam.patch
parentb4880b34ef384d5305a2029c4baaf2aa5cc0f6c6 (diff)
downloadupstream-0a0257d70e6bbe6fc36c503e7711f40958351a24.tar.gz
upstream-0a0257d70e6bbe6fc36c503e7711f40958351a24.tar.bz2
upstream-0a0257d70e6bbe6fc36c503e7711f40958351a24.zip
brcm47xx: remove support for kernel 3.8
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37959
Diffstat (limited to 'target/linux/brcm47xx/patches-3.8/211-b44_timeout_spam.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.8/211-b44_timeout_spam.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/brcm47xx/patches-3.8/211-b44_timeout_spam.patch b/target/linux/brcm47xx/patches-3.8/211-b44_timeout_spam.patch
deleted file mode 100644
index c2eb3ad90b..0000000000
--- a/target/linux/brcm47xx/patches-3.8/211-b44_timeout_spam.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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;