Re: [USB] [PATCH] Crud-- (was: Re: [ATM] [UPDATE] unbalanced usw)

Francois Romieu (romieu@fr.zoreil.com)
Sat, 10 May 2003 23:01:39 +0200


Francois Romieu <romieu@fr.zoreil.com> :
[...]
> diff -puN drivers/usb/class/usb-midi.c~codingstyle-patrol-usb drivers/usb/class/usb-midi.c
> --- linux-2.5.69-1.1042.101.10-to-1.1083/drivers/usb/class/usb-midi.c~codingstyle-patrol-usb Sat May 10 20:34:14 2003
> +++ linux-2.5.69-1.1042.101.10-to-1.1083-fr/drivers/usb/class/usb-midi.c Sat May 10 21:29:42 2003
> @@ -1355,8 +1355,10 @@ static struct usb_midi_device *parse_des
> next = p2 + p2[0];
> length -= p2[0];
>
> - if (p2[0] < 2 ) break;
> - if (p2[1] != USB_DT_CS_INTERFACE) break;
> + if (p2[0] < 2 )
> + break;
> + if (p2[1] != USB_DT_CS_INTERFACE)r
!!!
> + break;

... and the winner of the "Bozo of the week award" is Francois Romieu
for his new concept of compilation checking without .config update.

I'll send a link for an update once it at least compiles.

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