commit | c3106cac2a80381e860adbd416e166f778b8806a | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Sat Jan 11 16:33:52 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 11 14:52:23 2020 -0800 |
tree | c2f42d275889e2be91ef76fc85241132b1ae95de | |
parent | 5bb784e973cf35f9883b10bb7b1588616c7ed6b1 [diff] |
net: hns3: modify hclge_func_reset_sync_vf()'s return type to void When synchronizes with VFs fail before PF function reset, PF driver should go on its function reset, otherwise it can not run normally anymore. So, hclge_func_reset_sync_vf() should not affect the processing of PF reset, this patch modifies its return type to void. Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>