mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Change the type of ptr to void __iomem * from void * as ioremap_cache expects the return type to be __iomem * This fixes the following sparse warning: tegra_gr_comm.c:243:34: warning: incorrect type in assignment (different address spaces) Bug 200434802 Change-Id: I296cc8048da649e84961239cb37bcd99ffe153a7 Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1848879 GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>