commit | f9c9f6a0dad4b9b03e571f9127c43e99551033b9 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jteki@openedev.com> | Fri Oct 23 01:38:07 2015 +0530 |
committer | Jagan Teki <jteki@openedev.com> | Tue Oct 27 23:21:28 2015 +0530 |
tree | d9bce7ae6c0240a1dfebf024fa87f63a8aa7e095 | |
parent | 827afe5fcb4b6c751c64e93f92146ae870ae862e [diff] |
spi: mpc8xxx_spi: Use BIT macro Replace numerical bit shift with BIT macro in mpc8xxx_spi :%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>