commit | 5ff98fa68c88d7babf96b7df7c713aaf2ed6558a | [log] [tgz] |
---|---|---|
author | Suman Anna <s-anna@ti.com> | Mon Jul 20 17:33:30 2015 -0500 |
committer | Joerg Roedel <jroedel@suse.de> | Mon Aug 03 16:04:42 2015 +0200 |
tree | d523999e6f8ecdcce8a5531ddcbe8e8fd427b9d1 | |
parent | 99ee98d6ac964f1a2412d9fe08e577aa4f13905d [diff] |
iommu/omap: Use BIT(x) macros in omap-iopgtable.h Switch to using the BIT(x) macros in omap-iopgtable.h where possible. This eliminates the following checkpatch check warning: "CHECK: Prefer using the BIT macro" A couple of macros that used zero bit shifting are defined directly to avoid the above warning on one of the macros. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>