commit | 42e3db708f3c7ad75647d931e06e79fa02d3fa1e | [log] [tgz] |
---|---|---|
author | Jagan Teki <jteki@openedev.com> | Fri Oct 23 01:35:47 2015 +0530 |
committer | Jagan Teki <jteki@openedev.com> | Tue Oct 27 23:19:29 2015 +0530 |
tree | 0e7278bc0684f8822e7ad57bfa372bc93ea79225 | |
parent | 8722286c3f65272fd1f0dc1761c102e2e85a7b21 [diff] |
spi: bfin_spi6xx: Use BIT macro Replace numerical bit shift with BIT macro in bfin_spi6xx :%s/(1 << nr)/BIT(nr)/g where nr = 0, 1, 2 .... 31 Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Jagan Teki <jteki@openedev.com>