linux-stable/drivers/staging/vt6656
Colin Ian King d6ff1b52b5 staging: vt6655: remove some redundant variables
Variables rx_sts, sq, frame and is_pspoll are being assigned but are
never used hence they are redundant and can be removed.

Cleans up clang warnings:
warning: variable 'sq' set but not used [-Wunused-but-set-variable]
warning: variable 'rx_sts' set but not used [-Wunused-but-set-variable]
warning: variable 'frame' set but not used [-Wunused-but-set-variable]
warning: variable 'is_pspoll' set but not used [-Wunused-but-set-variable]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-07-11 14:47:08 +02:00
..
baseband.c
baseband.h
card.c
card.h
channel.c
channel.h
desc.h
device.h
dpc.c staging: vt6655: remove some redundant variables 2018-07-11 14:47:08 +02:00
dpc.h
firmware.c
firmware.h
int.c
int.h
Kconfig
key.c
key.h
mac.c
mac.h
main_usb.c Staging: vt6656: Fix unnecessary 'out of memory' message 2018-01-08 16:45:45 +01:00
Makefile
power.c
power.h
rf.c
rf.h
rxtx.c staging: vt6655: remove some redundant variables 2018-07-11 14:47:08 +02:00
rxtx.h
TODO
usbpipe.c staging: vt6656: Remove unnecessary 'out of memory' message 2018-02-16 15:41:27 +01:00
usbpipe.h
wcmd.c
wcmd.h