From: Suman Anna Date: Mon, 20 Jul 2015 22:33:31 +0000 (-0500) Subject: iommu/omap: Use BIT(x) macros in omap-iommu.h X-Git-Tag: omap-for-v4.3/fixes-rc1~57^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb642a3f5afdb13aa2b7ba0bda314b0d2b62165d;p=pandora-kernel.git iommu/omap: Use BIT(x) macros in omap-iommu.h Switch to using the BIT(x) macros in omap-iommu.h where possible. This eliminates the following checkpatch check warning: "CHECK: Prefer using the BIT macro" A couple of the warnings were ignored for better readability of the bit-shift for the different values. Signed-off-by: Suman Anna Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed