Skip to content
Snippets Groups Projects
Commit 736b4df1 authored by Jagan Teki's avatar Jagan Teki
Browse files

spi: zynq_[q]spi: Use BIT macro


Used BIT macro on zynq_spi.c and zynq_qspi.c

:%s/(1 << nr)/BIT(nr)/g
where nr = 0, 1, 2 .... 31

Cc: Michal Simek <michal.simek@xilinx.com>
Acked-by: default avatarSiva Durga Prasad Paladugu <sivadur@xilinx.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarJagan Teki <jteki@openedev.com>
parent e5e0d68f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment