aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-02-01 17:29:21 +0000
committerDavid S. Miller <davem@davemloft.net>2018-02-01 14:54:28 -0500
commit5e264e2b532966bfcfe8869a3fccc9876ec2122c (patch)
tree63c5bf7ea25a3ac4208f1c9b21c2e6893847eb5f /Kbuild
parentlan78xx: remove redundant initialization of pointer 'phydev' (diff)
downloadlinux-dev-5e264e2b532966bfcfe8869a3fccc9876ec2122c.tar.xz
linux-dev-5e264e2b532966bfcfe8869a3fccc9876ec2122c.zip
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 'Kbuild')
0 files changed, 0 insertions, 0 deletions