summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJagan Teki <[email protected]>2015-10-23 01:36:23 +0530
committerJagan Teki <[email protected]>2015-10-27 23:19:29 +0530
commit431a9f0286dc5041b47520479fab388b7917521b (patch)
treeabec7f93aa721a66fc761cbd03a474724c2e4065 /include/linux
parentb7e83b087c0464b2e52240c2ebb1356125cca93e (diff)
spi: designware_spi: Use BIT macro
Replace numerical bit shift with BIT macro in designware_spi :%s/(1 << nr)/BIT(nr)/g where nr = 0, 1, 2 .... 31 Cc: Stefan Roese <[email protected]> Cc: Marek Vasut <[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