aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorShyam Saini <mayhs11saini@gmail.com>2017-01-14 06:47:40 +0530
committerDavid S. Miller <davem@davemloft.net>2017-01-14 12:00:00 -0500
commitca4b5eb88aa0da96ede750d8b894e7079612aa65 (patch)
treeb89f666993e3808c06be7b09d31cebd40de12a79 /Documentation/networking
parentcxgb4: Fix misleading packet/frame count stats. (diff)
downloadlinux-dev-ca4b5eb88aa0da96ede750d8b894e7079612aa65.tar.xz
linux-dev-ca4b5eb88aa0da96ede750d8b894e7079612aa65.zip
cxgb4: Remove redundant memset before memcpy
The region set by the call to memset, immediately overwritten by the subsequent call to memcpy and thus makes the memset redundant. Also remove the memset((&info, 0, sizeof(info)) on line 398 because info is memcpy()'ed to before being used in the loop and it isn't used outside of the loop. Signed-off-by: Shyam Saini <mayhs11saini@gmail.com> Reviewed-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions