[PATCH net-next v2 3/4] net: phy: air_phy_lib: Factorize BuckPBus register accessors
Andrew Lunn
andrew at lunn.ch
Thu Mar 26 05:30:39 PDT 2026
> @@ -480,8 +287,8 @@ static int en8811h_wait_mcu_ready(struct phy_device *phydev)
> {
> int ret, reg_value;
>
> - ret = air_buckpbus_reg_write(phydev, EN8811H_FW_CTRL_1,
> - EN8811H_FW_CTRL_1_FINISH);
> + ret = air_phy_buckpbus_reg_write(phydev, EN8811H_FW_CTRL_1,
> + EN8811H_FW_CTRL_1_FINISH);
Is a rename required? Is the namespace air_buckpbus_ used somewhere
else?
Andrew
More information about the Linux-mediatek
mailing list