From: Márton Németh Date: Thu, 26 May 2011 07:24:45 +0000 (+0200) Subject: usbip: remove check for negative values for an unsigned value X-Git-Tag: v3.1-rc1~232^2~568^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=988e7520818c4e9ac6d4b195376a46bb24a0dd99;p=pandora-kernel.git usbip: remove check for negative values for an unsigned value The parameter rhport is unsigned so there is no need checking for negative values. This will remove the following warning message when compiling with "make W=1 ...": drivers/staging/usbip/vhci_sysfs.c: In function ‘valid_args’: drivers/staging/usbip/vhci_sysfs.c:138: warning: comparison of unsigned expression < 0 is always false Signed-off-by: Márton Németh Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed