
5 Nov
2015
5 Nov
'15
11:09 p.m.
On Thu, Nov 5, 2015 at 6:54 AM, Thomas Chou thomas@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@wytron.com.tw Reviewed-by: Marek Vasut marex@denx.de Reviewed-by: Chin Liang See clsee@altera.com Reviewed-by: Jagan Teki jteki@openedev.com
Acked-by: Joe Hershberger joe.hershberger@ni.com