iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 14 Mar 2014 13:00:56 +0000 (14:00 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 16 Jan 2015 16:03:04 +0000 (18:03 +0200)
commitb8f80bffd51f4ef029051d6898d9c2e3e5637dc3
treedfb18ae7d3179fe5ea7052b4a4f1676a563125f2
parenteaa27f34e91a14cdceed26ed6c6793ec1d186115
iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment

The ARM IOMMU mapping needs to be released when attaching the device
fails. Add arm_iommu_release_mapping() to the error code path. This is
safe to call with a NULL mapping, so no specific check is needed.

Cleanup is also missing when failing to create a mapping. Jump to the
error code path in that case instead of returning immediately.

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