]> git.baikalelectronics.ru Git - kernel.git/commit
nfp: fix error return code in nfp_net_netdev_open()
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 15 Sep 2016 03:45:07 +0000 (03:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2016 08:27:05 +0000 (04:27 -0400)
commitdd55e4190b05c97a5376ea2f592c8d8b0da7354c
treed1d49460c2af4cd54416efdddb917054f85918df
parent60bdf047f00bba572d881c229f18ca349d239a37
nfp: fix error return code in nfp_net_netdev_open()

Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: e4be7a5d0883 ("nfp: allocate ring SW structs dynamically")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/netronome/nfp/nfp_net_common.c