atl1e: fix error return code in atl1e_probe()
authorZhang Changzhong <zhangchangzhong@huawei.com>
Tue, 17 Nov 2020 02:57:55 +0000 (10:57 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Nov 2020 19:02:15 +0000 (11:02 -0800)
commit3a36060bf294e7b7e33c5dddcc4f5d2c1c834e56
tree3329a9555153bed1c2e3bb5d08db0c4367c08a96
parent537a14726582c4e7bfe4dff9cb7fca19dc912cf6
atl1e: fix error return code in atl1e_probe()

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

Fixes: a6a5325239c2 ("atl1e: Atheros L1E Gigabit Ethernet driver")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com>
Link: https://lore.kernel.org/r/1605581875-36281-1-git-send-email-zhangchangzhong@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/atheros/atl1e/atl1e_main.c