From: Chris Malley Date: Sat, 25 Oct 2008 21:07:32 +0000 (+0100) Subject: USB: usbtmc: Use explicit unsigned type for input buffer instead of char* X-Git-Tag: v2.6.28-rc3~46^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b361a6e348a5de9e18eb17542663d34a57740e87;p=pandora-kernel.git USB: usbtmc: Use explicit unsigned type for input buffer instead of char* Silences compiler warning about comparison with 0x80, and type now matches the corresponding _bulk_out function. drivers/usb/class/usbtmc.c: In function ‘usbtmc_ioctl_abort_bulk_in’: drivers/usb/class/usbtmc.c:163: warning: comparison is always false due to limited range of data type Signed-off-by: Chris Malley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed