Re: [PATCH net-next] net: phylink: use more linkmode_*

2019-10-15 Thread David Miller
From: Russell King Date: Tue, 15 Oct 2019 11:28:46 +0100 > Use more linkmode_* helpers rather than open-coding the bitmap > operations. > > Signed-off-by: Russell King Applied.

Re: [PATCH net-next] net: phylink: use more linkmode_*

2019-10-15 Thread Andrew Lunn
On Tue, Oct 15, 2019 at 11:28:46AM +0100, Russell King wrote: > Use more linkmode_* helpers rather than open-coding the bitmap > operations. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew

[PATCH net-next] net: phylink: use more linkmode_*

2019-10-15 Thread Russell King
Use more linkmode_* helpers rather than open-coding the bitmap operations. Signed-off-by: Russell King --- drivers/net/phy/phylink.c | 7 ++- include/linux/linkmode.h | 6 ++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phyli