Tag: 418880f5708dec9fdb2eaa7a61175fa1d8ab4110

Staging: iio: use the BIT macro in adc

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