Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 26 Mar 2021 14:27:33 + you wrote:
> From: Colin Ian King
>
> Currently ETHTOOL_FEC_NONE_BIT is being used as a mask, however
> this is zero and the mask should be using ETHTOOL_FEC_NONE instead.
> Fix this.
>
From: Colin Ian King
Currently ETHTOOL_FEC_NONE_BIT is being used as a mask, however
this is zero and the mask should be using ETHTOOL_FEC_NONE instead.
Fix this.
Addresses-Coverity: ("Bitwise-and with zero")
Fixes: 42ce127d9864 ("ethtool: fec: sanitize ethtool_fecparam->fec")
Signed-off-by: Col