commit | 886161a4454721a24f63a59361d4f22f15123b5a | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Thu Oct 29 21:09:31 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Nov 06 09:14:11 2015 +0800 |
tree | 8aa418c1ef3ac8e6ed7786ca9e6115c56760aeca | |
parent | ca3ed07dafd6152cb9957bd7bf48dc25f045dfe0 [diff] |
serial: altera_jtag_uart: use BIT macro Replace numerical bit shift with BIT macro in altera_jtag_uart :%s/(1 << nr)/BIT(nr)/g where nr = 0, 1, 2 .... 31 Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Jagan Teki <jteki@openedev.com>