1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/staging/vt6655
Colin Ian King fdb43d131f staging: vt6655: remove redundant assignment to variable byData
Variable byData is being assigned a value that is never read, it is
being re-assigned later on. The assignment is redundant and can be
removed.

Cleans up clang scan build warning:
drivers/staging/vt6655/srom.c:67:2: warning: Value stored to 'byData'
is never read [deadcode.DeadStores]

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240328111557.761380-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-04-09 17:51:06 +02:00
..
baseband.c staging: vt6655: Rename variable bUpdateBBVGA 2023-10-17 15:40:16 +02:00
baseband.h staging: vt6655: remove unused bb_power_save_mode_off() function 2023-03-17 08:07:25 +01:00
card.c staging: vt6655: fix open parentheses alignment 2024-01-24 10:17:59 -08:00
card.h staging: vt6655: Type encoding info dropped from function name "CARDvSafeResetTx" 2023-11-23 12:47:42 +00:00
channel.c staging: vt6655: Rename variable byCurPwr 2023-10-17 15:40:16 +02:00
channel.h staging: vt6655: remove filename from channel.h 2021-07-27 15:22:14 +02:00
desc.h staging: vt6655: Remove filenames in files 2021-08-28 09:45:10 +02:00
device.h staging: vt6655: Type encoding info dropped from variable name "apTailTD" 2023-11-23 12:47:42 +00:00
device_cfg.h staging: vt665X: remove unused CONFIG_PATH 2021-07-30 10:20:53 +02:00
device_main.c wifi: mac80211: introduce 'channel request' 2024-02-08 13:07:34 +01:00
dpc.c staging: vt6655: Rename variable byBBPreEDRSSI 2023-10-17 15:40:16 +02:00
dpc.h staging: vt6655: remove filename from dpc.h 2021-07-27 15:22:15 +02:00
Kconfig staging: add HAS_IOPORT dependencies 2023-05-28 10:04:49 +01:00
key.c staging: vt6655: Delete tmacro.h 2022-04-20 18:39:47 +02:00
key.h staging: vt6655: remove filename from key.h 2021-07-27 15:22:15 +02:00
mac.c staging: vt6655: Rename function MACvSetCurrAC0DescAddrEx 2022-09-11 13:58:45 +02:00
mac.h staging: vt6655: Rename function MACvSetCurrAC0DescAddrEx 2022-09-11 13:58:45 +02:00
Makefile staging: vt6656: vt6655: removing unused macros definition Makefiles 2020-05-15 15:49:13 +02:00
power.c staging: vt6655: Rename MACvRegBitsOff 2022-07-14 15:48:38 +02:00
power.h staging: vt6655: Remove filenames in files 2021-08-28 09:45:10 +02:00
rf.c staging: vt6655: Rename variable byCurPwr 2023-10-17 15:40:16 +02:00
rf.h staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() 2024-03-25 19:08:21 +01:00
rxtx.c staging: vt6655: Type encoding info dropped from function name "CARDbSetBeaconPeriod" 2023-11-23 12:47:41 +00:00
rxtx.h staging: vt6655: Remove extra blank lines between code blocks 2024-01-24 10:18:05 -08:00
srom.c staging: vt6655: remove redundant assignment to variable byData 2024-04-09 17:51:06 +02:00
srom.h staging: vt6655: Remove filenames in files 2021-08-28 09:45:10 +02:00
test staging: Add missing newline at end of file 2019-06-18 08:59:40 +02:00
TODO