mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Rule INT31-C states the following Casting "" from "" to "" without checking its value may result in lost or misinterpreted data. This is fixed by changing the BIT64 to BIT32 for constructing the bitmask for ch->runlist_id variable as ch->runlist_id already belongs to a u32 type. Jira NVGPU-3881 Change-Id: Ie6c36ef9db995b76f6a8866783f7736e2e97721a Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2169133 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>