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

Joe Hershberger joe.hershberger at gmail.com
Thu Nov 5 23:09:23 CET 2015


On Thu, Nov 5, 2015 at 6:54 AM, Thomas Chou <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: Marek Vasut <marex at denx.de>
> Reviewed-by: Chin Liang See <clsee at altera.com>
> Reviewed-by: Jagan Teki <jteki at openedev.com>

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list