commit | f0a01415f65dc555015633ee3c85ec83bb34b153 | [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 | f16e4dbd34e4099e39529e64bf79f991996ff187 [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>