Files
android_kernel_xiaomi_sm8450/drivers/usb/misc
Greg Kroah-Hartman 16e2e5f634 USB: make transfer_buffer_lengths in struct urb field u32
Roel Kluin pointed out that transfer_buffer_lengths in struct urb was
declared as an 'int'.  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>
2009-03-24 16:20:36 -07:00
..
2009-03-17 14:01:29 -07:00
2009-01-07 10:00:13 -08:00
2009-01-27 16:15:36 -08:00
2005-04-16 15:20:36 -07:00
2009-03-17 14:01:29 -07:00