commit | 5ea392d43bd15c652aac01750ed363c7d3d144e4 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jteki@openedev.com> | Fri Oct 23 01:39:31 2015 +0530 |
committer | Jagan Teki <jteki@openedev.com> | Tue Oct 27 23:21:42 2015 +0530 |
tree | 61c34793d30d71cc26018bfba3073e24383bdfeb | |
parent | 847720c4e143130e372aabd0c39d19e8ae9885a3 [diff] |
spi: xilinx_spi: Use BIT macro Replace numerical bit shift with BIT macro in xilinx_spi :%s/(1 << nr)/BIT(nr)/g where nr = 0, 1, 2 .... 31 Cc: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Jagan Teki <jteki@openedev.com>