commit | acb1acdb69c85375ee80777336dff4df2682da11 | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@zonque.org> | Thu May 03 14:00:56 2018 +0200 |
committer | Rob Clark <robdclark@gmail.com> | Sun Jun 03 16:49:00 2018 -0400 |
tree | 0c7edd66cf9647c0f31917b31a2193dd3f1b7038 | |
parent | 3c9620cdff9e94bc1b8dd688612f0ff46da78e0f [diff] |
drm/msm: use correct aspace pointer in msm_gem_put_iova() Even though msm_gem_put_iova() is currently a NOP function, the caller should pass in the address space pointer it used to obtain the object. Other call sites were changed in 8bdcd949bbe7e ("drm/msm: pass address-space to _get_iova() and friends"), but this one seems to have been forgotten. Signed-off-by: Daniel Mack <daniel@zonque.org> Cc: Rob Clark <robdclark@gmail.com> Signed-off-by: Rob Clark <robdclark@gmail.com>