Skip to content
Commit 95530a59 authored by YueHaibing's avatar YueHaibing Committed by Jakub Kicinski
Browse files

nfp: Fix passing zero to 'PTR_ERR'



nfp_cpp_from_nfp6000_pcie() returns ERR_PTR() and never returns
NULL. The NULL test should be removed, also return correct err.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarSimon Horman <simon.horman@netronome.com>
Link: https://lore.kernel.org/r/20201112145852.6580-1-yuehaibing@huawei.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 34b93f19
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment