diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-06-10 14:31:01 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-06-16 17:16:44 +0200 |
commit | 8e9ddbde9ddbba74c86b0c5f8eefb26192b3242e (patch) | |
tree | 01328ba553f44f8c820c1e73882fbf2eed408181 /drivers/hid/hid-input.c | |
parent | HID: usbhid: do not sleep when opening device (diff) | |
download | linux-8e9ddbde9ddbba74c86b0c5f8eefb26192b3242e.tar.xz linux-8e9ddbde9ddbba74c86b0c5f8eefb26192b3242e.zip |
HID: usbhid: remove redundant assignment to variable retval
The variable retval is being initialized with a value that is
never read and it is being updated later with a new value. The
initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-input.c')
0 files changed, 0 insertions, 0 deletions