Home
last modified time | relevance | path

Searched hist:"6 cb6d98abdb06de867e34fde92912fdb89477897" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-lg4ff.cdiff 6cb6d98abdb06de867e34fde92912fdb89477897 Tue Oct 17 09:31:51 CDT 2017 Colin Ian King <colin.king@canonical.com> HID: hid-logitech: remove redundant assignment to pointer value

The pointer value is being assigned a value and this is never read, and later
on it is being assigned a new value. This the first assignment is redundant
and can be removed and hence also the variables report and report_list. Cleans
up the clang warning: Value stored to 'value' during its initialization is
never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>