On Fri, Oct 23, 2015 at 02:20:16AM +0530, Jagan Teki wrote:
> Replace numerical bit shift with BIT macro in xilinx_spi
>
> :%s/(1 << nr)/BIT(nr)/g
> where nr = 0, 1, 2 31
>
> Cc: Michal Simek
> Signed-off-by: Jagan Teki
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital
Replace numerical bit shift with BIT macro in xilinx_spi
:%s/(1 << nr)/BIT(nr)/g
where nr = 0, 1, 2 31
Cc: Michal Simek
Signed-off-by: Jagan Teki
---
drivers/spi/xilinx_spi.c | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/drivers/spi
2 matches
Mail list logo