diff options
author | Pu Lehui <pulehui@huawei.com> | 2021-04-09 12:57:28 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-09 16:15:11 +0200 |
commit | b3dffce0e0aa7114fd6da1ce3e602044ed6254cc (patch) | |
tree | 8625fdc41922dd53bd1e6f7ab8703af30d872bea /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 8ff753bc1631487d4b4046161472f2bc0468af84 (diff) |
staging: rtl8723bs: remove unused variable pwrctl
GCC reports the following warning with W=1:
drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c:532:23: warning:
variable 'pwrctl' set but not used [-Wunused-but-set-variable]
532 | struct pwrctrl_priv *pwrctl;
| ^~~~~~
This variable is not used so remove it to fix the warning.
Signed-off-by: Pu Lehui <pulehui@huawei.com>
Link: https://lore.kernel.org/r/20210409045728.125852-1-pulehui@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions