From: Haneen Mohammed Date: Sun, 22 Mar 2015 18:23:23 +0000 (+0300) Subject: Staging: iio: use the BIT macro in .h files X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c76706967dd15b58dfc132d1dc46e13edb86424;p=pandora-kernel.git Staging: iio: use the BIT macro in .h files 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< Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed