]> git.baikalelectronics.ru Git - kernel.git/commit
HID: hid-logitech: remove redundant assignment to pointer value
authorColin Ian King <colin.king@canonical.com>
Tue, 17 Oct 2017 14:31:51 +0000 (15:31 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 19 Oct 2017 11:52:38 +0000 (13:52 +0200)
commit77b475f7f9db021223c6ab75078e0be393f5846a
treed0ff26c6d5f20599cb606849de471ecd58329699
parented1db6bf5352bad0b94e4d48f3cf6bcc7710c517
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>
drivers/hid/hid-lg4ff.c