summaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-10-17 17:31:51 +0300
committerJiri Kosina <jkosina@suse.cz>2017-10-19 14:52:38 +0300
commit6cb6d98abdb06de867e34fde92912fdb89477897 (patch)
treed0ff26c6d5f20599cb606849de471ecd58329699 /drivers/fpga/fpga-mgr.c
parent47af1cdb309c65b36230b44e77383ed53b503d0e (diff)
downloadlinux-6cb6d98abdb06de867e34fde92912fdb89477897.tar.xz
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>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions