mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
Remove following error paths as they would never get called: 1. In gm20b_device_info_parse_enum: - This is a private HAL and is only called by get_device_info HAL. - It gets called only for table entry with entry type = enum. - So we remove the check if(entry_type != enum)... 2. In gp10b_device_info_parse_data: - This is a private HAL and is only called by get_device_info HAL. - It gets called only for table entry with entry type = data. - So we remove the check if(entry_type != data)... 3. In gp10b_get_device_info - entry corresponds to 2 bit extracted from the table_entry. - So, entry can have only 4 possible values. - We would never reach the else case; hence remove it. JIRA NVGPU-2204 Change-Id: I6243f4f9ffd78829f7057aad943ecc6980f82c86 Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2243264 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>