drm/tegra: Force cast to __iomem to make sparse happy
authorThierry Reding <treding@nvidia.com>
Fri, 8 Nov 2013 12:18:14 +0000 (13:18 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 3 Dec 2013 09:05:04 +0000 (10:05 +0100)
The fbdev screen memory pointer is annotated __iomem, so cast the kernel
virtual address to that address space to make the warning go away.

Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found