diff options
| author | Colin Ian King <[email protected]> | 2018-01-26 15:39:00 +0000 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2018-03-08 15:12:01 +0200 |
| commit | a127f4f228104d391a6aa62a9a57b2ba697f90c2 (patch) | |
| tree | 2acd5aba6f20d21420714c8cc4618491ee936d57 /tools/perf/scripts/python | |
| parent | ac87e560f7c0f91b62012e9a159c0681a373b922 (diff) | |
USB: gadget: function: remove redundant initialization of 'tv_nexus'
Pointer tv_nexus is being initialized a value and this is never read
and is later being updated with the same value. Remove the redundant
initialization so that the assignment to tv_nexus is performed later
and more local to when it is being read.
Cleans up clang warning:
drivers/usb/gadget/function/f_tcm.c:1097:25: warning: Value stored to
'tv_nexus' during its initialization 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')
0 files changed, 0 insertions, 0 deletions