diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-17 13:20:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-17 13:20:10 +0000 |
commit | 3491d8c01799eedc6bb00405d306b206242abe40 (patch) | |
tree | f6947b21ad6ce27f030974becce5cb682b63bbf5 /target/linux/brcm47xx/patches-3.2/211-b44_timeout_spam.patch | |
parent | c8dc12389294ceb4d15200b191f3dbf78172f1b6 (diff) | |
download | upstream-3491d8c01799eedc6bb00405d306b206242abe40.tar.gz upstream-3491d8c01799eedc6bb00405d306b206242abe40.tar.bz2 upstream-3491d8c01799eedc6bb00405d306b206242abe40.zip |
brcm47xx: remove support for kernel 3.2
SVN-Revision: 31771
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.patch | 15 |
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; |