net: phy: at803x: fix error return code in at803x_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 18 Nov 2022 10:36:35 +0000 (10:36 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 22 Nov 2022 04:43:01 +0000 (20:43 -0800)
commit1f0dd412e34e177621769866bef347f0b22364df
tree696031d5a26de02096ef00460abb3bf6cfc2bd1c
parentbadbda1a01860c80c6ab60f329ef46c713653a27
net: phy: at803x: fix error return code in at803x_probe()

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

Fixes: 3265f4218878 ("net: phy: at803x: add fiber support")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20221118103635.254256-1-weiyongjun@huaweicloud.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/at803x.c