Skip to content
Commit 30e9672a authored by Dan Carpenter's avatar Dan Carpenter Committed by Jakub Kicinski
Browse files

net: marvell: prestera: fix a couple NULL vs IS_ERR() checks



The __prestera_nexthop_group_create() function returns NULL on error
and the prestera_nexthop_group_get() returns error pointers.  Fix these
two checks.

Fixes: 0a23ae23 ("net: marvell: prestera: Add router nexthops ABI")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/Y0bWq+7DoKK465z8@kili


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ec7eede3
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