commit | 322cb97c0734555d7a10299954624363de370c9c | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Tue Jan 21 16:42:12 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 11:46:21 2020 +0100 |
tree | c0142a82a6da078687c5295548b8efd904717838 | |
parent | e31053298408dc1fbb33ad2fdc9a114e70a9dfd6 [diff] |
net: hns3: remove redundant print on ENOMEM All kmalloc-based functions print enough information on failures. So this patch removes the log in hclge_get_dfx_reg() when returns ENOMEM. Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>