X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm47xx%2Fpatches-2.6.36%2F211-b44_timeout_spam.patch;fp=target%2Flinux%2Fbrcm47xx%2Fpatches-2.6.36%2F211-b44_timeout_spam.patch;h=4dedb821809303d900acbbd4d6e1e8d70e2e10f9;hp=0000000000000000000000000000000000000000;hb=b7179f836eff840537b7c3fee4d9cf00a1202f72;hpb=f4e7aec1618720f0e68e02990093c5289c5ddf56 diff --git a/target/linux/brcm47xx/patches-2.6.36/211-b44_timeout_spam.patch b/target/linux/brcm47xx/patches-2.6.36/211-b44_timeout_spam.patch new file mode 100644 index 0000000000..4dedb82180 --- /dev/null +++ b/target/linux/brcm47xx/patches-2.6.36/211-b44_timeout_spam.patch @@ -0,0 +1,15 @@ +--- a/drivers/net/b44.c ++++ b/drivers/net/b44.c +@@ -188,10 +188,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;