diff options
| author | Colin Ian King <[email protected]> | 2022-03-07 14:46:03 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-03-14 18:27:14 +0100 |
| commit | 8d6319cdafadd9f68542cc21972c8c0c5d787ac5 (patch) | |
| tree | 0aba6852062566a63b4f3f83b17c42a4f06352e6 /tools/perf/scripts/python | |
| parent | 56955aae9fc2c59fa3c9b32f1f147cdbe05e5ac4 (diff) | |
staging: gdm724x: remove redundant assignment of pointer w
Pointer w is being assigned a value that is never read, it is
being re-assigned a new value later. The assignment is redundant
and can be removed.
Cleans up clan scan build warning:
drivers/staging/gdm724x/gdm_lte.c:198:2: warning: Value stored to 'w'
is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions