diff options
author | Luo bin <luobin9@huawei.com> | 2020-07-01 06:16:33 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-01 22:14:04 +0300 |
commit | d3c54f7f18cb82283777998c4bec52e49241c783 (patch) | |
tree | cba02624e13eb1d28da289f7771687a908d2e809 /include/net | |
parent | 8ff41cc21714704ef0158a546c3c4d07fae2c952 (diff) | |
download | linux-d3c54f7f18cb82283777998c4bec52e49241c783.tar.xz |
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>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions