diff options
author | Suman Anna <s-anna@ti.com> | 2016-04-05 01:46:20 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2016-04-05 18:53:20 +0300 |
commit | 433c434a269e6a39753f0a97b4be903f96d030a9 (patch) | |
tree | df095cd34a09c8512223f7cb18d7b63e850ab4a3 /drivers/iommu/omap-iommu-debug.c | |
parent | 7c1ab60008755fc229b623a875f1e42de31cdb64 (diff) | |
download | linux-433c434a269e6a39753f0a97b4be903f96d030a9.tar.xz |
iommu/omap: Use WARN_ON for page table alignment check
The OMAP IOMMU page table needs to be aligned on a 16K boundary,
and the current code uses a BUG_ON on the alignment sanity check
in the .domain_alloc() ops implementation. Replace this with a
less severe WARN_ON and bail out gracefully.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/omap-iommu-debug.c')
0 files changed, 0 insertions, 0 deletions