mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 14:34:13 -04:00
rtlwifi: remove redundant assignment to variable badworden
The variable badworden is assigned with a value that is never read and
it is re-assigned a new value immediately afterwards. The assignment is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
committed by
Kalle Valo
parent
6c0ed66f1a
commit
5315f9d401
@@ -986,7 +986,6 @@ static int efuse_pg_packet_write(struct ieee80211_hw *hw,
|
||||
} else if (write_state == PG_STATE_DATA) {
|
||||
RTPRINT(rtlpriv, FEEPROM, EFUSE_PG,
|
||||
"efuse PG_STATE_DATA\n");
|
||||
badworden = 0x0f;
|
||||
badworden =
|
||||
enable_efuse_data_write(hw, efuse_addr + 1,
|
||||
target_pkt.word_en,
|
||||
|
||||
Reference in New Issue
Block a user