diff options
| author | Jagan Teki <[email protected]> | 2015-10-23 01:39:31 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2015-10-27 23:21:42 +0530 |
| commit | 5ea392d43bd15c652aac01750ed363c7d3d144e4 (patch) | |
| tree | 61c34793d30d71cc26018bfba3073e24383bdfeb /include/linux | |
| 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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
