diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-01-26 13:52:55 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-26 15:08:43 +0100 |
commit | 3384e01179eff2b2fe91ba7bcad98ee2be5f87f7 (patch) | |
tree | bd78f36e416e2cff41b19d830157b8874e1597c1 /arch/hexagon | |
parent | c5f69117526e520c14f272ac37527b20d3688123 (diff) |
staging: rtlwifi: remove redundant initialization of 'cfg_cmd'
The initialization of cfg_cmd is redundant as the value is never read
and it is being re-assigned to cfg_cmd = pwrcfgcmd[ary_idx] inside a
loop, hence it can be removed.
Cleans up clang warning:
drivers/staging/rtlwifi/core.c:1819:22: warning: Value stored to
'cfg_cmd' during its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/hexagon')
0 files changed, 0 insertions, 0 deletions