]> git.baikalelectronics.ru Git - kernel.git/commit
atl1c: fix error return code in atl1c_probe()
authorZhang Changzhong <zhangchangzhong@huawei.com>
Tue, 17 Nov 2020 02:55:21 +0000 (10:55 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Nov 2020 19:00:17 +0000 (11:00 -0800)
commit32213ce7a2b8bc2272386fd7ca3003cef75cf846
tree56521ed18ad8e14518abadbfaf19d5337e03b2b9
parent39331e519fca3aabe68459830d4ba23ec577a11b
atl1c: fix error return code in atl1c_probe()

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

Fixes: fbbd57adce65 ("atl1c: Atheros L1C Gigabit Ethernet driver")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com>
Link: https://lore.kernel.org/r/1605581721-36028-1-git-send-email-zhangchangzhong@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/atheros/atl1c/atl1c_main.c