From: Kefeng Wang Date: Fri, 18 Apr 2014 02:20:48 +0000 (+0800) Subject: iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFT X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~8^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6069d23ce0e568909d847f28af0257b085e8e77a;p=pandora-kernel.git iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFT There is already S2CR_TYPE_SHIFT in S2CR_TYPE_TRANS macro, so drop the second shift. Note that, since S2CR_TYPE_SHIFT is 0x0, there is no functional change introduced by this patch. Signed-off-by: Kefeng Wang Signed-off-by: Will Deacon --- Reading git-diff-tree failed