diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-03-28 15:22:13 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-04-12 18:55:57 +0300 |
commit | 4e124ed0da2939dcd27849a3d6f41fbc537a20be (patch) | |
tree | b13cf92ab1c9ac6f841473c3c08f018e11443b56 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 3e78a6c0d3e02e4cf881dc84c5127e9990f939d6 (diff) | |
download | linux-4e124ed0da2939dcd27849a3d6f41fbc537a20be.tar.xz |
HID: sony: remove redundant assignment
The variable ret is being assigned a value that is never read
afterwards. The assignment is redundant and can be removed.
Cleans up clang scan build warning:
drivers/hid/hid-sony.c:2020:3: warning: Value stored to 'ret'
is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions