]> www.infradead.org Git - users/willy/pagecache.git/commit
net: ftgmac100: fixed not check status from fixed phy
authorJacky Chou <jacky_chou@aspeedtech.com>
Mon, 7 Oct 2024 03:24:35 +0000 (11:24 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Oct 2024 00:56:55 +0000 (17:56 -0700)
commit70a0da8c113555fe14bb6db8e5180f8fc2c18385
tree6105b7bd3a31e6ca634b0c74722194844083f505
parent983e35ce2e1ee4037f6f5d5398dfc107b22ad569
net: ftgmac100: fixed not check status from fixed phy

Add error handling from calling fixed_phy_register.
It may return some error, therefore, need to check the status.

And fixed_phy_register needs to bind a device node for mdio.
Add the mac device node for fixed_phy_register function.
This is a reference to this function, of_phy_register_fixed_link().

Fixes: e24a6c874601 ("net: ftgmac100: Get link speed and duplex for NC-SI")
Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com>
Link: https://patch.msgid.link/20241007032435.787892-1-jacky_chou@aspeedtech.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/faraday/ftgmac100.c