drm/msm: Print the correct virtual addresses in map/unmap funcs
authorArchit Taneja <architt@codeaurora.org>
Mon, 18 Apr 2016 06:56:21 +0000 (12:26 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:08:44 +0000 (10:08 -0400)
commitcbe4295a4c0aa4758ed4dff91e631e224734034b
treef634aaac6d70a99381f6fd1ac8414629ee69a8cd
parent69be1f4e6f4bd92fa96c2de80982f045f9fa9ccc
drm/msm: Print the correct virtual addresses in map/unmap funcs

The msm_iommu_map/unmap funcs have debug prints to show the list of
VA:PA mappings. Use the correct variable to print the VAs.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_iommu.c