diff options
| author | 2024-03-28 12:22:13 +0000 | |
|---|---|---|
| committer | 2024-04-12 17:55:57 +0200 | |
| commit | 4e124ed0da2939dcd27849a3d6f41fbc537a20be (patch) | |
| tree | b13cf92ab1c9ac6f841473c3c08f018e11443b56 /scripts/basic/git: | |
| parent | Merge tag 'hid-for-linus-2024031301' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid (diff) | |
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 'scripts/basic/git:')
0 files changed, 0 insertions, 0 deletions
