net: marvell: prestera: fix a couple NULL vs IS_ERR() checks
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Oct 2022 15:00:59 +0000 (18:00 +0300)
committerJakub Kicinski <kuba@kernel.org>
Thu, 13 Oct 2022 16:33:57 +0000 (09:33 -0700)
commit30e9672ac37f7b8b9e1379d25882798d8e76a96f
tree35e9be9e6be5a30d11ad3df7b4fdafa1d13ea1fd
parentec7eede369fe5b0d085ac51fdbb95184f87bfc6c
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: 0a23ae237171 ("net: marvell: prestera: Add router nexthops ABI")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/Y0bWq+7DoKK465z8@kili
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/marvell/prestera/prestera_router_hw.c