diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-04-24 11:29:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-24 13:55:37 -0700 |
commit | 6f6543f53f9ce136e01d7114bf6f0818ca54fb41 (patch) | |
tree | db4e69dc1ce6f0bf7b21baecf85e4e14cf75d42b /include | |
parent | 66f75a5d028beaf67c931435fdc3e7823125730c (diff) | |
download | linux-stable-6f6543f53f9ce136e01d7114bf6f0818ca54fb41.tar.gz linux-stable-6f6543f53f9ce136e01d7114bf6f0818ca54fb41.tar.bz2 linux-stable-6f6543f53f9ce136e01d7114bf6f0818ca54fb41.zip |
usb gadget: uvc: uvc_request_data::length field must be signed
The field is used to pass the UVC request data length, but can also be
used to signal an error when setting it to a negative value. Switch from
unsigned int to __s32.
Reported-by: Fernandez Gonzalo <gfernandez@copreci.es>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions