RDMA/hns: Remove redundant print information
There are already necessary prints in outer function, prints in hns_roce_function_clear() may confuse users. So these prints is removed. Link: https://lore.kernel.org/r/1578313276-29080-6-git-send-email-liweihang@huawei.com Signed-off-by: Yixing Liu <liuyixing1@huawei.com> Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
parent
032b057416
commit
0c53426c7c
|
@ -1248,7 +1248,6 @@ static void hns_roce_function_clear(struct hns_roce_dev *hr_dev)
|
|||
}
|
||||
|
||||
out:
|
||||
dev_err(hr_dev->dev, "Func clear fail.\n");
|
||||
hns_roce_func_clr_rst_prc(hr_dev, ret, fclr_write_fail_flag);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue