]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: fix phy_string_for_interface
authorTim Harvey <tharvey@gateworks.com>
Tue, 10 May 2022 22:49:10 +0000 (15:49 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 May 2022 17:52:02 +0000 (13:52 -0400)
commitfaa6ce6061a03617785310ccbc5436a56cce4ab4
treefba72973e7f91d3375c42c5e854dc0c90cf1583f
parentc1abf7659c9b29874d9d718df6890de1638cedba
net: fix phy_string_for_interface

commit ffb0f6f488b9 ("treewide: Rename PHY_INTERFACE_MODE_NONE to
PHY_INTERFACE_MODE_NA") broke the phy_string_for_interface function.
Fix it.

Fixes ffb0f6f488b9 ("treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Cc: Marek BehĂșn <marek.behun@nic.cz>
Cc: Stefan Roese <sr@denx.de>
Cc: Ramon Fried <rfried.dev@gmail.com>
Cc: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
include/phy_interface.h