[PATCH v2] staging: rtl8192u: remove redundant variables

2018-06-10 Thread Kenneth Lu
Clean up W=1 warning: variable set but not used. Signed-off-by: Kenneth Lu --- v2: Rollback r8192U_core.c for the incorrect removed variables. --- drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 2 -- drivers/staging/rtl8192u/r8192U_core.c| 7 +-- drivers/staging/rtl8192u

[PATCH] staging: rtl8192u: remove redundant variables

2018-06-08 Thread Kenneth Lu
Clean up W=1 warning: variable set but not used. Signed-off-by: Kenneth Lu --- drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 2 -- drivers/staging/rtl8192u/r8192U_core.c| 11 +-- drivers/staging/rtl8192u/r8192U_dm.c | 3 +-- 3 files changed, 2 insertions