[U-Boot] [PATCH 6/6] net: altera_tse: use BIT macro

Chin Liang See clsee at altera.com
Wed Nov 4 17:22:02 CET 2015


On Wed, 2015-11-04 at 17:12 +0800, thomas at wytron.com.tw wrote:
> Replace numerical bit shift with BIT macro
> in altera_tse
> 
> :%s/(1 << nr)/BIT(nr)/g
> where nr = 0, 1, 2 .... 31
> 
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
> ---


Reviewed-by: Chin Liang See <clsee at altera.com>

Thanks
Chin Liang



More information about the U-Boot mailing list