]> git.baikalelectronics.ru Git - kernel.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)
commit9b58c46b408688024b64b0d65a7c453796edcf8a
tree09fd8aaa0a65085b804fcb34e45cee3b77fdd74f
parentd33aa80b5fab773710f643bc298ce87bee0b57ec
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