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 <luob...@huawei.com>
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")'