iommu/shmobile: Use devm_ioremap_resource()
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 21 Feb 2014 15:54:53 +0000 (16:54 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 17 Apr 2014 10:16:12 +0000 (12:16 +0200)
commitb11762f8431b3a5cf1c156876e79efab7d7f80c4
treedb4bef1e44df452faa94b03baedd5b6247a304f0
parentac1ef1fed3d2c1cd4902ecb92876cb239c97a870
iommu/shmobile: Use devm_ioremap_resource()

Replace the devm_ioremap_nocache() call with devm_ioremap_resource().
This simplifies error checking.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/iommu/shmobile-ipmmu.c