diff options
author | Himanshu Jha <himanshujha199640@gmail.com> | 2017-08-25 19:11:02 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-29 02:12:25 +0300 |
commit | 2d72d6c4ec1e3761e8cfc69d58d498b2dbe46341 (patch) | |
tree | 41c9e2d66879f196db4dfb861a33ac5755e42334 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | d518a44d317d92f4c297ea26a308b1ac1a980d33 (diff) | |
download | linux-2d72d6c4ec1e3761e8cfc69d58d498b2dbe46341.tar.xz |
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 <himanshujha199640@gmail.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions