diff options
author | Colin Ian King <[email protected]> | 2024-02-07 11:22:08 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-02-17 17:01:10 +0100 |
commit | ae28fd06b3a830aae34f1a3f3d7fbc2a5b59043a (patch) | |
tree | 86e118cf1dc217db84926d8cf026bd3f09edcc2a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 136a73da8e3d771567a0a78e0af867d3f9cf63eb (diff) |
usb: storage: freecom: Remove redundant assignment to variable offset
The variable offset is being assigned a value that is not being read
afterwards, the assignment is redundant and can be removed.
Cleans up clang scan warning:
drivers/usb/storage/freecom.c:537:2: warning: Value stored to 'offset'
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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions