[PATCH 3/5] phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode
Marek Vasut
marex at denx.de
Tue Jun 18 16:56:32 CEST 2024
On 6/18/24 9:55 AM, Neil Armstrong wrote:
[...]
> @@ -205,7 +188,7 @@ static int phy_meson_gxl_usb2_power_off(struct phy *phy)
> struct phy_ops meson_gxl_usb2_phy_ops = {
> .power_on = phy_meson_gxl_usb2_power_on,
> .power_off = phy_meson_gxl_usb2_power_off,
> - .set_mode = _phy_meson_gxl_usb2_set_mode,
> + .set_mode = phy_meson_gxl_usb2_set_mode,
Oh, I see you did rename it here, so please ignore my comment on 1/5 .
Maybe just mention in the 1/5 commit message that the rename is
happening in follow up patch , if you are doing V2 at all .
More information about the U-Boot
mailing list