CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/07/02 13:27:15
Modified files:
sys/dev/usb : if_axe.c if_smsc.c
Log message:
Rearrange the inequalities.
Pointed out by LLVM.
if_axe.c:1059:29: error: comparison of unsigned expression < 0 is always false
if_smsc.c:1250:28: error: comparison of unsigned expression < 0 is always false
ok jsg@ mikeb@
