linux/drivers/staging/comedi
Colin Ian King b8461ff774 staging: comedi: adl_pci6208: remove redundant initialization of 'val'
Variable 'val' is initialized with a value that is never read, it is
updated with a new value again after intitialization. Remove the
redundant initialization and move the declaration and assignment into
the scope of the for-loop.

Cleans up clang warning:
drivers/staging/comedi/drivers/adl_pci6208.c:61:15: warning: Value
stored to 'val' during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-14 12:57:06 +01:00
..
drivers staging: comedi: adl_pci6208: remove redundant initialization of 'val' 2018-03-14 12:57:06 +01:00
kcomedilib staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_buf.c staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_compat32.c staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_compat32.h staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_fops.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
comedi_internal.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
comedi_pci.c staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_pci.h staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_pcmcia.c staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_pcmcia.h staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_usb.c staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi_usb.h staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedi.h staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
comedidev.h staging: comedi: reformat lines to 80 chars or less 2018-01-26 15:08:43 +01:00
comedilib.h staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
drivers.c staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
Kconfig staging: comedi: adv_pci_dio: update for PCI-1761 2017-10-18 15:45:48 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
proc.c staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
range.c staging: comedi: Remove redundant license text 2017-11-28 13:20:46 +01:00
TODO comedi: note a coverity discovered hole that needs fixing 2016-03-05 14:56:55 -08:00