Files
linux-nvgpu/drivers/gpu/nvgpu/clk/clk_vin.c
Sai Nikhil 6be2dc76e0 gpu: nvgpu: MISRA 10.3 conversion to/from char
s8 is defined as signed char. The char values can not be assigned
directly to s8 variables, as MISRA considers signed char as an
essentially signed integer type. So assign the s8 variables with integer
literals instead of chars.

JIRA NVGPU-1010

Change-Id: I5f10fb2360d3327615e19afa12d585a414fd9ff8
Signed-off-by: Sai Nikhil <snikhil@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1959098
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com>
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Adeel Raza <araza@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
2018-11-30 08:15:09 -08:00

17 KiB