Re: [PATCH 14/14] net: phy: Make use of linkmode_mod_bit helper

From: David Miller
Date: Mon Jul 08 2019 - 23:11:05 EST


From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
Date: Mon, 8 Jul 2019 20:34:17 +0800

> linkmode_mod_bit is introduced as a helper function to set/clear
> bits in a linkmode.
> Replace the if else code structure with a call to the helper
> linkmode_mod_bit.
>
> Signed-off-by: Fuqian Huang <huangfq.daxian@xxxxxxxxx>

Applied to net-next, thanks.