Re: [PATCH] rtlwifi: rtl8192de: remove the useless value assignment

2020-11-24 Thread Kalle Valo
xiakaixu1...@gmail.com wrote: > From: Kaixu Xia > > The variable u4tmp is overwritten by the following call and the assignment > is useless, so remove it. > > Reported-by: Tosk Robot > Signed-off-by: Kaixu Xia Patch applied to wireless-drivers-next.git, thanks. 0409d504aa6c rtlwifi: rtl8192

[PATCH] rtlwifi: rtl8192de: remove the useless value assignment

2020-11-13 Thread xiakaixu1987
From: Kaixu Xia The variable u4tmp is overwritten by the following call and the assignment is useless, so remove it. Reported-by: Tosk Robot Signed-off-by: Kaixu Xia --- drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr