]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: refactor out hclgevf_cmd_convert_err_code()
authorPeng Li <lipeng321@huawei.com>
Fri, 12 Feb 2021 03:21:02 +0000 (11:21 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2021 21:13:15 +0000 (13:13 -0800)
commitd6692f4d198bd0ac1e351eaceca1ac976dc09099
tree9883b67fb29f4fe79f8955de320c66b6fcebe10e
parentde6967b278a0fd32a189556e162937e5eb8fa6d6
net: hns3: refactor out hclgevf_cmd_convert_err_code()

To improve code readability and maintainability, refactor
hclgevf_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/hns3vf/hclgevf_cmd.c