Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b8f7544a authored by Wan Jiabing's avatar Wan Jiabing Committed by David S. Miller
Browse files

qed: remove unnecessary memset in qed_init_fw_funcs


allocated_mem is allocated by kcalloc(). The memory is set to zero.
It is unnecessary to call memset again.

Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f22881de
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment