Re: [U-Boot] [linux-sunxi] [PATCH 1/3] net: phy: realtek: Use the BIT() macro

2016-11-10 Thread Priit Laes
On Tue, 2016-11-08 at 17:38 +0100, Olliver Schinagl wrote: > The BIT macro is the preferred method to set bits. > This patch adds the bit macro and converts bit invocations. > > Signed-off-by: Olliver Schinagl > --- >  drivers/net/phy/realtek.c | 5 +++-- >  1 file changed, 3

Re: [U-Boot] [linux-sunxi] [PATCH 1/3] net: phy: realtek: Use the BIT() macro

2016-11-09 Thread Olliver Schinagl
Hi, On 09-11-16 22:42, Priit Laes wrote: On Tue, 2016-11-08 at 17:38 +0100, Olliver Schinagl wrote: The BIT macro is the preferred method to set bits. This patch adds the bit macro and converts bit invocations. Signed-off-by: Olliver Schinagl ---