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.
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
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