Re: [PATCH] net: phy: marvell: replace phy_modify()

2020-12-01 Thread Jakub Kicinski
On Mon, 30 Nov 2020 18:41:35 +0800 Yejune Deng wrote: > a set of phy_set_bits() looks more neater > > Signed-off-by: Yejune Deng Looks like that's what those helpers are for so applied to net-next, thanks.

[PATCH] net: phy: marvell: replace phy_modify()

2020-11-30 Thread Yejune Deng
a set of phy_set_bits() looks more neater Signed-off-by: Yejune Deng --- drivers/net/phy/marvell.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 587930a..620052c 100644 ---