commit | 3b9d854038e289e87ead708caa581823b5f1b296 | [log] [tgz] |
---|---|---|
author | Olav Haugan <ohaugan@codeaurora.org> | Thu Feb 28 17:49:00 2013 -0800 |
committer | Olav Haugan <ohaugan@codeaurora.org> | Thu Feb 28 18:07:46 2013 -0800 |
tree | d56e1c1f4e70ce97765d4f3a97aef3d687c56159 | |
parent | cc3c5837a5c8ab782cca44d8ecfb20cf9a6a92e7 [diff] |
iommu: msm: Pass correct handle to interrupt The IOMMU page fault handler expects the cookie passed to be of struct msm_iommu_ctx_drvdata. However, the code was passing the cookie as a struct platform_device pointer. Change the registration of the page fault interrupt to pass in a cookie corresponding to the msm_iommu_ctx_drvdata for the context bank. Change-Id: I713a81531e73207ed6cebf35bbb568688c438cd9 Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>