drivers/iommu/msm_iommu_dev.c: fix leak and clean up error paths
authorLibo Chen <clbchenlibo.chen@huawei.com>
Mon, 8 Jul 2013 22:59:47 +0000 (15:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2013 17:33:20 +0000 (10:33 -0700)
commit34e3a58c66aafd90cc16c061569fbefc3ff451e9
tree4f3f3e15ed91bc8ad54ac0cf6f8f61a5b7d5f3d2
parent9756b9187eebb093b9f6a154ecceb67648e53391
drivers/iommu/msm_iommu_dev.c: fix leak and clean up error paths

Fix two obvious problems:

1. We have registered msm_iommu_driver first, and need unregister it
   when registered msm_iommu_ctx_driver fail

2. We don't need to kfree drvdata before kzalloc was successful.

[akpm@linux-foundation.org: remove now-unneeded initialization of ctx_drvdata, remove unneeded braces]
Signed-off-by: Libo Chen <libo.chen@huawei.com>
Acked-by: David Brown <davidb@codeaurora.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/iommu/msm_iommu_dev.c