mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
MISRA 10.3 prohibits implicit assignment of objects to a narrower or different essential type. This change addresses cases in the ACR code where the u64 result of sizeof() is being assigned to a u32. JIRA NVGPU-1008 Change-Id: Id4ccb0ef6c0fd9872c4e8cb7ede736e9ae326c6c Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1959636 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>