Home
last modified time | relevance | path

Searched hist:"8 e9ddbde9ddbba74c86b0c5f8eefb26192b3242e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.cdiff 8e9ddbde9ddbba74c86b0c5f8eefb26192b3242e Wed Jun 10 07:31:01 CDT 2020 Colin Ian King <colin.king@canonical.com> 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>