]> git.baikalelectronics.ru Git - kernel.git/commit
USB: make actual_length in struct urb field u32
authorGreg Kroah-Hartman <gregkh@suse.de>
Sat, 7 Mar 2009 05:31:03 +0000 (21:31 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:20:36 +0000 (16:20 -0700)
commita88c0dc665fb802bb3bd863b6a254630940a87da
tree66a21c37659ac73e4fe993d79e2f8db64ee18254
parentbf11758855520905317656f2489f72a5cfe239c9
USB: make actual_length in struct urb field u32

actual_length should also be a u32 and not a signed value.  This patch
changes this field to be 'u32' to prevent any potential negative
conversion and comparison errors.

This triggered a few compiler warning messages when these fields were
being used with the min macro, so they have also been fixed up in this
patch.

Cc: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c
include/linux/usb.h