diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-02-01 20:29:21 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-01 22:54:28 +0300 |
commit | 5e264e2b532966bfcfe8869a3fccc9876ec2122c (patch) | |
tree | 63c5bf7ea25a3ac4208f1c9b21c2e6893847eb5f /lib/parman.c | |
parent | 3b51cc75eba28a7b2ca013f8255a4fd425b12b26 (diff) | |
download | linux-5e264e2b532966bfcfe8869a3fccc9876ec2122c.tar.xz |
vmxnet3: remove redundant initialization of pointer 'rq'
Pointer rq is being initialized but this value is never read, it
is being updated inside a for-loop. Remove the initialization and
move it into the scope of the for-loop.
Cleans up clang warning:
drivers/net/vmxnet3/vmxnet3_drv.c:2763:27: warning: Value stored
to 'rq' during its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Shrikrishna Khare <skhare@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/parman.c')
0 files changed, 0 insertions, 0 deletions