1
0
Fork 0
alistair23-linux/drivers/staging/vt6655
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
..
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
TODO
baseband.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
baseband.h staging: vt6655: Fix style violation for line ending in '(' 2018-03-06 04:01:11 -08:00
card.c staging: vt6655: remove unnecessary line breaks in function definition. 2018-04-23 15:23:36 +02:00
card.h staging: vt6655: Delete unused typedef enum _CARD_STATUS_TYPE 2018-03-28 13:57:43 +02:00
channel.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
channel.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
desc.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
device.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
device_cfg.h staging: vt6655: Delete unused typedef enum _chip_type 2018-03-28 13:57:44 +02:00
device_main.c staging: vt6655: add handling memory leak on vnt_start() 2018-04-23 15:23:36 +02:00
dpc.c staging: vt6655: remove some redundant variables 2018-07-11 14:47:08 +02:00
dpc.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
key.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
key.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
mac.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
mac.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
power.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
power.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
rf.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
rf.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
rxtx.c staging: vt6655: remove unnecessary blank lines 2018-03-01 17:32:31 +01:00
rxtx.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
srom.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
srom.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
test
tmacro.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
upc.h staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00