diff options
| author | 2009-03-06 21:31:03 -0800 | |
|---|---|---|
| committer | 2009-03-24 16:20:36 -0700 | |
| commit | 8c209e6782ca0e3046803fc04a5ac01c8c10437a (patch) | |
| tree | 66a21c37659ac73e4fe993d79e2f8db64ee18254 /drivers/usb/misc/phidgetkit.c | |
| parent | USB: make transfer_buffer_lengths in struct urb field u32 (diff) | |
| download | wireguard-linux-8c209e6782ca0e3046803fc04a5ac01c8c10437a.tar.xz wireguard-linux-8c209e6782ca0e3046803fc04a5ac01c8c10437a.zip | |
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>
Diffstat (limited to 'drivers/usb/misc/phidgetkit.c')
0 files changed, 0 insertions, 0 deletions
