Re: [PATCH net v1] hinic: fix passing non negative value to ERR_PTR

From: David Miller
Date: Wed Jul 01 2020 - 15:14:35 EST


From: Luo bin <luobin9@xxxxxxxxxx>
Date: Wed, 1 Jul 2020 11:16:33 +0800

> 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@xxxxxxxxxx>

Applied, thank you.