diff options
author | zhengbin <zhengbin13@huawei.com> | 2019-11-18 10:58:21 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-18 14:49:40 +0300 |
commit | 04254066ac76a96dfaafd730a999daa678aa59c0 (patch) | |
tree | e797e84e684a10787f6102dcccdad50ae3e158db /scripts/mod | |
parent | 6cfed598480493d814414ce7e53027bd6fc45c49 (diff) | |
download | linux-04254066ac76a96dfaafd730a999daa678aa59c0.tar.xz |
staging: rtl8192e: remove set but not used variable 'frag'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c: In function _rtl92e_process_phyinfo:
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1689:15: warning: variable frag set but not used [-Wunused-but-set-variable]
It is introduced by commit 3d461c912462 ("rtl8192e:
Split into two directories"), but never used, so remove it.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Link: https://lore.kernel.org/r/1574063901-87429-1-git-send-email-zhengbin13@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/mod')
0 files changed, 0 insertions, 0 deletions