commit | 87e956e9be0cdb832e90a4731b620286a8826842 | [log] [tgz] |
---|---|---|
author | Stephane Viau <sviau@codeaurora.org> | Tue Jun 17 10:32:37 2014 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sun Jun 22 08:32:10 2014 -0400 |
tree | aae99419fd336809818e4c91a393d89413b29719 | |
parent | cf3198c2051a180d0cb469b275b2fb30a0533772 [diff] |
drm/msm: fix IOMMU cleanup for -EPROBE_DEFER If probe fails after IOMMU is attached, we need to detach in order to clean up properly. Before this change, IOMMU faults would occur if the probe failed (-EPROBE_DEFER). Signed-off-by: Stephane Viau <sviau@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>