mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
The function nvgpu_pmu_cmd_post() included a timeout parameter, but all callers were just passing the max value, so it was useless. This change removes that parameter from that function. The same was true for therm_pmu_cmd_post() that calls nvgpu_pmu_cmd_post(), so do the same to it. JIRA NVGPU-1008 Change-Id: I634ac40104ebd7cce36013a585dcb818aefd546a Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1962178 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-misra-checker <svc-misra-checker@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>