Re: [PATCH net-next v2] net: phy: broadcom: drop brcm_phy_setbits() and use phy_set_bits() instead

From: Simon Horman
Date: Fri Jun 23 2023 - 03:31:25 EST


On Thu, Jun 22, 2023 at 08:47:21PM +0200, Giulio Benetti wrote:
> Linux provides phy_set_bits() helper so let's drop brcm_phy_setbits() and
> use phy_set_bits() in its place.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@xxxxxxxxxxxxxxxxxxxxxx>
> ---
> V1->V2:
> * fix code style and add branch net-next to subject as suggested by Simon
> Horman
> ---
> drivers/net/phy/broadcom.c | 19 ++++---------------
> 1 file changed, 4 insertions(+), 15 deletions(-)

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>