net: b44: fix error return code in b44_init_one()
authorZhang Changzhong <zhangchangzhong@huawei.com>
Tue, 17 Nov 2020 03:02:11 +0000 (11:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Nov 2020 12:05:37 +0000 (13:05 +0100)
commit24a0bbf3c3d90b89b56e2e50f3f3e540934b32f1
tree400bb8a6a867e5270b3a79205a6d14e4b02f9b8c
parentc0e0d4d3288e5c406ac15a5ba977abc24f23590f
net: b44: fix error return code in b44_init_one()

[ Upstream commit 7b027c249da54f492699c43e26cba486cfd48035 ]

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

Fixes: 39a6f4bce6b4 ("b44: replace the ssb_dma API with the generic DMA API")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com>
Reviewed-by: Michael Chan <michael.chan@broadcom.com>
Link: https://lore.kernel.org/r/1605582131-36735-1-git-send-email-zhangchangzhong@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/broadcom/b44.c