]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b2c7e40cb8ad641ce79279c9a63164187f89add
tree0c7edd66cf9647c0f31917b31a2193dd3f1b7038
parent3d69f6babf012daba9c9b8d17b68e02d239c72f7
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 efc7c67f69cbe ("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