diff options
| author | Dan Carpenter <[email protected]> | 2010-08-12 09:40:30 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2010-10-22 10:21:19 -0700 |
| commit | c6a76781da6b7ee2589a6ec87be30abdbc303384 (patch) | |
| tree | 84443f9144aa0d260086e640fd0c9298b26e9ff3 /scripts/objdiff | |
| parent | 912c93d1606f60932de3e2f31db3722a9f069ed9 (diff) | |
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 <[email protected]>
Acked-by: Stephane duverger <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions