Re: [PATCH 3/5] staging: rtl8192u: Remove unused variable.

2018-07-04 Thread Dan Carpenter
On Wed, Jul 04, 2018 at 12:59:23PM +0100, John Whitmore wrote: > Removed the unused variable from previously removed loop. > > Signed-off-by: John Whitmore This is fixing a warning that was introduced in a previous patch in this series. That's not allowed. Just fix the original patch instead.

[PATCH 3/5] staging: rtl8192u: Remove unused variable.

2018-07-04 Thread John Whitmore
Removed the unused variable from previously removed loop. Signed-off-by: John Whitmore --- drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192u/ieee80211/rtl819x_HT