Skip to content
Commit 4251e747 authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

qed: Remove useless set memory to zero use memset()



The memory return by kzalloc() has already be set to zero, so
remove useless memset(0).

Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aa0938c6
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