net: hns3: refactor out hclge_cmd_convert_err_code()
authorPeng Li <lipeng321@huawei.com>
Fri, 12 Feb 2021 03:21:01 +0000 (11:21 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2021 21:13:15 +0000 (13:13 -0800)
commit1c9a98b0ba1f16490ea0d492a1cd606f3a4b1bee
treedb885287540f8e2eeff32dff62a7d760b4d48c2d
parent4fb37e72e2f1cd67ba9243c04b5b94969dc15523
net: hns3: refactor out hclge_cmd_convert_err_code()

To improve code readability and maintainability, refactor
hclge_cmd_convert_err_code() with an array of imp_errcode
and common_errno mapping, instead of a bloated switch/case.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c