mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
99ed40b7fb310e28cab85fbd4d1e81af8ee1e992
MISRA Rule 10.3 prohibits implicit casting of objects to a different type. This change addresses a number of MISRA 10.3 violations in clk_domain.c where size_t values were being implicitly cast to u16. JIRA NVGPU-1008 Change-Id: If2dc6c6a288fe4b16425a210bc6d76bbef2ce019 Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2001224 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided