diff options
author | Colin Ian King <[email protected]> | 2018-01-24 14:58:01 +0000 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2018-01-30 21:24:07 -0500 |
commit | 52797a1d4b39716ddd300a3c463ffaf1330600a0 (patch) | |
tree | 3e5cc1b2295da923e8570e4bbf81511383b378e6 /tools/perf/util/trace-event-scripting.c | |
parent | 84af7e8b895088d89f246d6b0f82717fafdebf61 (diff) |
scsi: csiostor: remove redundant assignment to pointer 'ln'
The pointer ln is assigned a value that is never read, it is re-assigned
a new value in the list_for_each loop hence the initialization is
redundant and can be removed.
Cleans up clang warning:
drivers/scsi/csiostor/csio_lnode.c:117:21: warning: Value stored to 'ln'
during its initialization is never read
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Varun Prakash <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions