net: dsa: lan9303: Fix error return code in lan9303_check_device()
commita31e795a3b4d8808724c7ea80f382b0fda85be0f
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 4 Jan 2018 07:30:28 +0000 (4 07:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Jan 2018 16:24:54 +0000 (5 11:24 -0500)
treec19a7d37adab5c5d0198882027be918c20c1a5b8
parent7892ea23c98c8dd034d34075943dbba8185adaf7
net: dsa: lan9303: Fix error return code in lan9303_check_device()

Fix to return error code -ENODEV from the chip not found error handling
case instead of 0(ret have been overwritten to 0 by lan9303_read()), as
done elsewhere in this function.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Egil Hjelmeland <privat@egil-hjelmeland.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/lan9303-core.c