On Fri, 19 Oct 2001, Greg KH wrote:
>
> Here's a patch against 2.4.13-pre5 that fixes a compiler warning in
> the uhci.c driver.

Well, it also seems to change what the code does. Before, the '&&' was the
stronger one due to C operator precedence rules, and now you'e added the
parenthesis around the '||', thus changing the meaning of the code.

Which one is correct (if the new one, please don't call the patch 'fixing
a compiler warning')?

                Linus


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to