1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee
Colin Ian King 51fd5c6417 rtlwifi: rtl8192ee: Remove redundant initialization of variable version
The variable version is being initialized with a value that is
never read, it is being updated afterwards in both branches of
an if statement. The assignment is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211007163722.20165-1-colin.king@canonical.com
2021-10-13 09:20:30 +03:00
..
def.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
dm.c rtlwifi: rtl8192ee: use true,false for bool variable large_cfo_hit 2020-09-22 10:17:42 +03:00
dm.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
fw.c rtlwifi: rtl8192ee: Rename RT_TRACE to rtl_dbg 2020-08-31 18:25:58 +03:00
fw.h rtlwifi: rtl8192ee: Remove usage of private bit manipulation macros 2019-12-18 20:22:31 +02:00
hw.c rtlwifi: rtl8192ee: Remove redundant initialization of variable version 2021-10-13 09:20:30 +03:00
hw.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
led.c rtlwifi: rtl8192ee: Rename RT_TRACE to rtl_dbg 2020-08-31 18:25:58 +03:00
led.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +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
phy.c rtlwifi: Use ffs in <foo>_phy_calculate_bit_shift 2020-09-22 10:16:41 +03:00
phy.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
pwrseq.c rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
pwrseq.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
reg.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
rf.c rtlwifi: rtl8192ee: Rename RT_TRACE to rtl_dbg 2020-08-31 18:25:58 +03:00
rf.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
sw.c rtlwifi: rtl8192ee: use true,false for bool variables 2020-04-21 15:57:53 +03:00
table.c rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
table.h rtlwifi: rtl8192ee: Replace old-style license information 2019-02-19 17:00:15 +02:00
trx.c rtlwifi: switch from 'pci_' to 'dma_' API 2020-09-09 10:33:17 +03:00
trx.h rtlwifi: rtl8192ee: Convert inline routines to little-endian words 2019-09-03 16:30:47 +03:00