commit | bd5bd7a2f14f28124bf037a311f68919b96a49f6 | [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 | d6c32dc289154720a2a2590d50ac1dc482c4a744 [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>