]> asedeno.scripts.mit.edu Git - linux.git/commit
iio:adc:ad7923: Use BIT macro instead of bitshift
authorBárbara Fernandes <barbara.fernandes@usp.br>
Fri, 22 Feb 2019 20:31:57 +0000 (17:31 -0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 4 Apr 2019 19:19:45 +0000 (20:19 +0100)
commitc1fc8bb0f6587995b080f81422ab496b34e77a4d
tree09fd8aaa0a65085b804fcb34e45cee3b77fdd74f
parent66deb5c170a596e45ad1d00720365e1a07487f58
iio:adc:ad7923: Use BIT macro instead of bitshift

Replace use of the operation '<<' by the BIT macro. Solves checkpath.pl's
message:

CHECK: Prefer using the BIT macro

Signed-off-by: Bárbara Fernandes <barbara.fernandes@usp.br>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7923.c