aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.2/211-b44_timeout_spam.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2012-05-17 13:20:10 +0000
committerHauke Mehrtens <hauke@openwrt.org>2012-05-17 13:20:10 +0000
commit20de9681f0d8b7c46da74099ed796dbb302c09d0 (patch)
tree91ddf09ead9b2899c39a0cd83cf975ec44e5d201 /target/linux/brcm47xx/patches-3.2/211-b44_timeout_spam.patch
parent95f5d95c62748f62a0d3c9c487a979fc1fa2b6cf (diff)
downloadupstream-20de9681f0d8b7c46da74099ed796dbb302c09d0.tar.gz
upstream-20de9681f0d8b7c46da74099ed796dbb302c09d0.tar.bz2
upstream-20de9681f0d8b7c46da74099ed796dbb302c09d0.zip
brcm47xx: remove support for kernel 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31771 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/211-b44_timeout_spam.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.2/211-b44_timeout_spam.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/211-b44_timeout_spam.patch b/target/linux/brcm47xx/patches-3.2/211-b44_timeout_spam.patch
deleted file mode 100644
index c2eb3ad90b..0000000000
--- a/target/linux/brcm47xx/patches-3.2/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;