arm: dma-mapping: Silence default iommu attach warning

The dma mapping layer attempts to attach the device to iommu
with the default domain created during arch setup. Since the
device isn't added to an iommu group yet, attach fails and
a warning is printed. Since our implementation does not use
the default domain, this warning is meaningless. Change it to
pr_debug to avoid confusion.

Change-Id: Ibac051bff83ded253a48528ec818765b58eef073
Signed-off-by: Sudarshan Rajagopalan <sudaraja@codeaurora.org>
1 file changed