Home
last modified time | relevance | path

Searched hist:a048d4bbb1079b4b70bb5fabca4661ba373fbc4b (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dmpc8xxx_spi.ca048d4bbb1079b4b70bb5fabca4661ba373fbc4b Thu Oct 22 20:08:07 UTC 2015 Jagan Teki <jteki@openedev.com> 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>