On Sat, Oct 20, 2001 at 10:04:57AM -0700, Linus Torvalds wrote: > > 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')?
The new one is correct. Very sorry for calling the patch "fixing a warning." I had noticed the warning, and asked Johannes for what is the correct fix. He sent that patch, with a verification that it was the correct logic. Again sorry for the incorrect label. greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
