Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information