summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-08-12 07:40:30 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 17:21:19 (GMT)
commitc6a76781da6b7ee2589a6ec87be30abdbc303384 (patch)
tree84443f9144aa0d260086e640fd0c9298b26e9ff3 /drivers/usb/serial
parent912c93d1606f60932de3e2f31db3722a9f069ed9 (diff)
downloadlinux-c6a76781da6b7ee2589a6ec87be30abdbc303384.tar.xz
USB: gadget: dbgp: cleanup: remove unneeded check
len is always greater than or equal to zero here. First of all, it's type is unsigned and also we only assign it numbers which are greater than or equal to zero. Removing the check lets us pull everything in an indent level. Signed-off-by: Dan Carpenter <error27@gmail.com> Acked-by: Stephane duverger <stephane.duverger@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial')
0 files changed, 0 insertions, 0 deletions