diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2011-09-27 09:25:19 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-29 13:13:07 -0700 |
commit | edb2b255a0bebac5aeb17c7613aeb76ba4e6c63c (patch) | |
tree | df71c2cee60c81b9642da8b89ccae63763b0cc30 /include/linux | |
parent | 1bfac90d1b8e63a4d44158c3445d8fda3fb6d5eb (diff) |
USB: message: cleanup min_t() cast in usb_sg_init()
"length" is type size_t so the cast to unsigned int truncates the
upper bytes. This isn't an issue in real life (I've checked the
callers) but it's a bit messy.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions