commit | d3c54f7f18cb82283777998c4bec52e49241c783 | [log] [tgz] |
---|---|---|
author | Luo bin <luobin9@huawei.com> | Wed Jul 01 11:16:33 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 01 12:14:04 2020 -0700 |
tree | cba02624e13eb1d28da289f7771687a908d2e809 | |
parent | 8ff41cc21714704ef0158a546c3c4d07fae2c952 [diff] |
hinic: fix passing non negative value to ERR_PTR get_dev_cap and set_resources_state functions may return a positive value because of hardware failure, and the positive return value can not be passed to ERR_PTR directly. Fixes: 7dd29ee12865 ("hinic: add sriov feature support") Signed-off-by: Luo bin <luobin9@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>