commit | fa1115c6a249cd3fac5b00aba1be38533e501005 | [log] [tgz] |
---|---|---|
author | Yue Haibing <yuehaibing@huawei.com> | Fri Jan 18 02:06:49 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 19 10:29:56 2019 -0800 |
tree | 6c8c05409ee278c1ff5396e13f17dcdfa40841a6 | |
parent | 94ce2d4d5a4f8c304a230af5ecf3c670b3a2fb4b [diff] |
net: usb: rtl8150: remove set but not used variable 'rx_stat' Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/usb/rtl8150.c: In function 'read_bulk_callback': drivers/net/usb/rtl8150.c:391:6: warning: variable 'rx_stat' set but not used [-Wunused-but-set-variable] Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>