commit | fbdc4d79fcc2e226a36c9b8e2f1cdd80ca549094 | [log] [tgz] |
---|---|---|
author | Yufeng Mo <moyufeng@huawei.com> | Sat Mar 07 11:42:50 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 09 19:36:13 2020 -0700 |
tree | 649309fbf521cafbdcd5248d45e4e149d381d9cd | |
parent | 8de91e92070b5a083e4705cd4684c1802f7f730e [diff] |
net: hns3: delete unnecessary logs after kzalloc fails Since kernel already has logs after kzalloc fails, it's unnecessary to print duplicate logs. So this patch deletes these logs. Signed-off-by: Yufeng Mo <moyufeng@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>