Re: [PATCH net] hinic: fix passing non negative value to ERR_PTR
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-06-30 16:20:46
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-06-30 16:20:46
Also in:
lkml
On Tue, 30 Jun 2020 14:35:54 +0800 Luo bin wrote:
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 ("net-next/hinic: add sriov feature support")
Signed-off-by: Luo bin <redacted>
Fixes tag: Fixes: 7dd29ee12865 ("net-next/hinic: add sriov feature support")
Has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'