aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-11-22 14:40:48 +0000
committerFelipe Balbi <[email protected]>2017-12-11 12:36:51 +0200
commit2eeb44c4e5bc0cb0e9e43ff59c44098c925790a2 (patch)
treefaf85d3e62c4f23f26bb3ac486c74fba90d70962 /tools/perf/scripts/python/bin
parent1f86eceb8d2ee1acfc2e51b2335fa29dca8df8d3 (diff)
USB: gadget: legacy: remove redundant zero assignment to variable 'value'
The variable value is being assigned to zero but that value is never being read. Either value is being reassigned in the following if condition, or it is never read and the function returns. In both cases the assignment is redundant and can be removed. Cleans up clang warning: drivers/usb/gadget/legacy/inode.c:1473:4: warning: Value stored to 'value' is never read Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions