mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
Advisory Rule 2.7 states that there should be no unused parameters in functions. This patch removes the unused 'post_event', 'fault_ch' and 'hww_global_esr' parameters from the following: * gv11b_gr_intr_handle_l1_tag_exception() * gv11b_gr_intr_handle_lrf_exception() * gv11b_gr_intr_handle_cbu_exception() * gv11b_gr_intr_handle_l1_data_exception() * gv11b_gr_intr_handle_icache_exception() These changes allowed the same parameters to be removed from the the gr.intr.handle_tpc_sm_ecc_exception() interface. Jira NVGPU-3178 Change-Id: I4d5dcbf2a5325e38782cdac67f9dd0b223fa1a18 Signed-off-by: Scott Long <scottl@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2171220 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>