net: stmmac: dwmac-qcom-ethqos: Use of_get_phy_mode() over device_get_phy_mode()
authorAndrew Halaney <ahalaney@redhat.com>
Mon, 10 Jul 2023 20:06:37 +0000 (15:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jul 2023 09:19:05 +0000 (10:19 +0100)
commita8aa20a64ef2bdbad7421acf9c7217c2c0e4ac75
treea8a093fa7f2f7695994968ee39999f8fb36528e5
parent47b7acfb016b9fdc950cb501c351faf5723b1868
net: stmmac: dwmac-qcom-ethqos: Use of_get_phy_mode() over device_get_phy_mode()

Since this driver only uses devicetree, let's move over to
of_get_phy_mode(). That API has an explicit error return and produces a
phy_interface_t directly instead of an int when representing the phy
mode.

Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c