]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: gadget: uvc: remove an impossible condition
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 14 Jan 2015 21:02:18 +0000 (00:02 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 19 Jan 2015 18:53:31 +0000 (12:53 -0600)
commitceeb010ba2534f0b78efde6b3aa7d208148df92f
tree8547c0292a8c06ec7fef22f99c826432a8e5bb82
parentdf90f8381972369ff33580e5c4b3c3eea91cc91b
usb: gadget: uvc: remove an impossible condition

"num" is a u32 so "(num > 0xFFFFFFFF)" is never true.  Also the range
is already checked in kstrtou32().

Acked-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/uvc_configfs.c