OSDN Git Service

drm/msm: use correct aspace pointer in msm_gem_put_iova()
authorDaniel Mack <daniel@zonque.org>
Thu, 3 May 2018 12:00:56 +0000 (14:00 +0200)
committerRob Clark <robdclark@gmail.com>
Sun, 3 Jun 2018 20:49:00 +0000 (16:49 -0400)
commitacb1acdb69c85375ee80777336dff4df2682da11
tree0c7edd66cf9647c0f31917b31a2193dd3f1b7038
parent3c9620cdff9e94bc1b8dd688612f0ff46da78e0f
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>
drivers/gpu/drm/msm/dsi/dsi_host.c