diff options
| author | 2009-03-03 16:44:13 -0800 | |
|---|---|---|
| committer | 2009-03-24 16:20:36 -0700 | |
| commit | 16e2e5f634f86ccda18366967c4e592eb61bc9cc (patch) | |
| tree | c736a81517e929559c83cc5eb9fb6f4d04458571 /include/linux/compat.h | |
| parent | USB: uhci: don't use pseudo negative values (diff) | |
| download | linux-dev-16e2e5f634f86ccda18366967c4e592eb61bc9cc.tar.xz linux-dev-16e2e5f634f86ccda18366967c4e592eb61bc9cc.zip | |
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>
Diffstat (limited to 'include/linux/compat.h')
0 files changed, 0 insertions, 0 deletions
