commit | 61800b276142760e59d719de8a63841cd717af9b | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Wed Sep 25 12:57:44 2013 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Oct 03 16:24:27 2013 -0400 |
tree | f4cbb033f66c185303c09bf46cf8cd40dc0d2c37 | |
parent | 857c00773092ce9093e530581ff4bcb521477432 [diff] |
rtlwifi: rtl8192cu: Fix smatch warning in rtl8192cu/trx.c Smatch lists the following: CHECK drivers/net/wireless/rtlwifi/rtl8192cu/trx.c drivers/net/wireless/rtlwifi/rtl8192cu/trx.c:367 _rtl_rx_process() warn: assigning (-98) to unsigned variable 'stats.noise' This variable is unused, thus the initializer is removed, as well as a comment referring to that variable. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>