Re: [PATCH net-next 3/4] enetc: drop MDIO_DATA() macro

2020-12-16 Thread Vladimir Oltean
On Tue, Dec 15, 2020 at 10:21:59PM +0100, Michael Walle wrote: > value is u16, masking with 0x is a nop. Drop it. > > Signed-off-by: Michael Walle > --- Reviewed-by: Vladimir Oltean Tested-by: Vladimir Oltean

Re: [PATCH net-next 3/4] enetc: drop MDIO_DATA() macro

2020-12-15 Thread Andrew Lunn
On Tue, Dec 15, 2020 at 10:21:59PM +0100, Michael Walle wrote: > value is u16, masking with 0x is a nop. Drop it. > > Signed-off-by: Michael Walle Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 3/4] enetc: drop MDIO_DATA() macro

2020-12-15 Thread Michael Walle
value is u16, masking with 0x is a nop. Drop it. Signed-off-by: Michael Walle --- drivers/net/ethernet/freescale/enetc/enetc_mdio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ethernet/freescale/enetc/enetc_mdio.c b/drivers/net/ethernet/freescale/enetc/