On 23 October 2015 at 21:38, Jagan Teki <[email protected]> wrote: > Replace numerical bit shift with BIT macro > in ich > > :%s/(1 << nr)/BIT(nr)/g > where nr = 0, 1, 2 .... 31 > > Cc: Simon Glass <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > Signed-off-by: Jagan Teki <[email protected]> > --- > drivers/spi/ich.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

