commit | ec95e84c39554737404047c36b3c76855a831a3e | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Tue Sep 11 12:32:19 2018 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Oct 01 17:08:34 2018 +0300 |
tree | 795d7a8f8ae4b9444b3540fe778bdd72f2ac593f | |
parent | b8f3d16351034a7d3c25accc58d64ded9e1a03f9 [diff] |
wil6210: remove set but not used variable 'start' Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/wireless/ath/wil6210/pm.c: In function 'wil_suspend_keep_radio_on': drivers/net/wireless/ath/wil6210/pm.c:193:16: warning: variable 'start' set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>