Tag: 0c76706967dd15b58dfc132d1dc46e13edb86424

Staging: iio: use the BIT macro in .h files

Author: Haneen Mohammed <hamohammed.sa@gmail.com> This patch replace bit shifting on 1, 2, and 3 with the BIT(x) macro. Issue addressed by checkpatch.pl with –strict flag. This was done with the help of Coccninelle: @r1@ constant int g; @@ ( 0