aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorHimanshu Jha <[email protected]>2017-08-25 21:41:02 +0530
committerDoug Ledford <[email protected]>2017-08-28 19:12:25 -0400
commit2d72d6c4ec1e3761e8cfc69d58d498b2dbe46341 (patch)
tree41c9e2d66879f196db4dfb861a33ac5755e42334 /lib/string_helpers.c
parentd518a44d317d92f4c297ea26a308b1ac1a980d33 (diff)
RDMA/bnxt_re: remove unnecessary call to memset
call to memset to assign 0 value immediately after allocating memory with kzalloc is unnecesaary as kzalloc allocates the memory filled with 0 value. Signed-off-by: Himanshu Jha <[email protected]> Reviewed-by: Yuval Shaia <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions