Re: 2.6.9-rc1-mm4 badness in rtl8150.c ethernet driver : fixed

From: Andrew Morton
Date: Thu Sep 09 2004 - 17:22:31 EST


Eric Valette <eric.valette@xxxxxxx> wrote:
>
> Here is a small patch that makes the card functionnal again. I've
> forwarded the patch to driver author also.
>
> --- linux/drivers/usb/net/rtl8150.c-2.6.9-rc1-mm4.orig 2004-09-09 11:15:11.000000000 +0200
> +++ linux/drivers/usb/net/rtl8150.c 2004-09-09 11:15:46.000000000 +0200
> @@ -341,7 +341,7 @@
>
> static int rtl8150_reset(rtl8150_t * dev)
> {
> - u8 data = 0x11;
> + u8 data = 0x10;

hm, OK. Presumably the change (which comes in via the bk-usb tree) was
made for a reason. So I suspect both versions are wrong ;)

But it might be risky for Greg to merge this patch up at present.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/