]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1f18441ae6f37187783b7dda7090e29df3dabbcc
tree35e9be9e6be5a30d11ad3df7b4fdafa1d13ea1fd
parent77de6747f7afbe03ad0ff56e18d4e25839b40396
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: cfdbad2b5a57 ("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