diff options
author | Jagan Teki <jteki@openedev.com> | 2015-10-23 01:35:47 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-10-27 23:19:29 +0530 |
commit | c0d1ea4acd53304f9f749790424586f52547a99a (patch) | |
tree | 0e7278bc0684f8822e7ad57bfa372bc93ea79225 /include/mpc5xxx.h | |
parent | a48c4eb6a720d21aae995a6c60903763950fda46 (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>
Diffstat (limited to 'include/mpc5xxx.h')
0 files changed, 0 insertions, 0 deletions