summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-09-10 16:30:29 (GMT)
committerJonathan Cameron <jic23@kernel.org>2015-09-23 19:23:20 (GMT)
commitafc7da6e486c04244766da9fe2574d972125a602 (patch)
tree2197c3bf99bf5e1f0aea1ee9ae489c76a265a88f /Documentation/devicetree
parent01b721536b4128c1e17c596650198bfc36ad8c6c (diff)
downloadlinux-afc7da6e486c04244766da9fe2574d972125a602.tar.xz
Staging: iio: addac: Prefer using the BIT macro
This patch replaces bit shifting on 1 with the BIT(x) macro. This was done with coccinelle: @@ int g; @@ -(1 << g) +BIT(g) Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions