diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-01-03 01:48:43 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-01-03 01:48:43 +0000 |
commit | 76c767f122670919a78019834af06ef58ac6470a (patch) | |
tree | 160c612fe1a77210ae543e230202b4f944e91768 /target/linux/brcm47xx/patches-3.3/211-b44_timeout_spam.patch | |
parent | 965afef3174182f4977ee9656757434e3bc048ba (diff) | |
download | mtk-20170518-76c767f122670919a78019834af06ef58ac6470a.zip mtk-20170518-76c767f122670919a78019834af06ef58ac6470a.tar.gz mtk-20170518-76c767f122670919a78019834af06ef58ac6470a.tar.bz2 |
brcm47xx: remove support for kernel version 3.3
SVN-Revision: 34986
Diffstat (limited to 'target/linux/brcm47xx/patches-3.3/211-b44_timeout_spam.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.3/211-b44_timeout_spam.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/brcm47xx/patches-3.3/211-b44_timeout_spam.patch b/target/linux/brcm47xx/patches-3.3/211-b44_timeout_spam.patch deleted file mode 100644 index c2eb3ad..0000000 --- a/target/linux/brcm47xx/patches-3.3/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; |