commit | 9ab34151a9aab94685a8ce4b030800151f2bca66 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Nov 08 13:18:14 2013 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Tue Dec 03 10:05:04 2013 +0100 |
tree | 7c3b6c789e4ef9249a58d74eb21f51f4c87cc0ef | |
parent | 9b57f5f2c53e1fb2394587fe61af38a2a52e3508 [diff] |
drm/tegra: Force cast to __iomem to make sparse happy 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>