]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
cx82310_eth: fix error return code in cx82310_bind()
authorZhang Changzhong <zhangchangzhong@huawei.com>
Fri, 13 Nov 2020 06:07:07 +0000 (14:07 +0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 16 Nov 2020 23:23:44 +0000 (15:23 -0800)
commitcfbaa8b33e022aca62a3f2815ffbc02874d4cb8b
treed71805fc6d36ab12bba30443317053056ce3d973
parent794e442ca39e6c8d46003c430559bdb67a73690c
cx82310_eth: fix error return code in cx82310_bind()

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

Fixes: ca139d76b0d9 ("cx82310_eth: re-enable ethernet mode after router reboot")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com>
Link: https://lore.kernel.org/r/1605247627-15385-1-git-send-email-zhangchangzhong@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/usb/cx82310_eth.c