mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: gv11b: remove misleading intendation warning
Bug 200348860 Bug 200291879 Change-Id: Ia1e651d8365eae6e7aef69d79923d644c7067211 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1563869 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
1586a9f004
commit
ca2560af80
@@ -977,9 +977,9 @@ void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask,
|
||||
client_type = mmfault->client_type;
|
||||
if (gk20a_is_channel_marked_as_tsg(refch))
|
||||
tsg = &g->fifo.tsg[refch->tsgid];
|
||||
gv11b_fifo_reset_pbdma_and_eng_faulted(g, refch,
|
||||
mmfault->faulted_pbdma,
|
||||
mmfault->faulted_engine);
|
||||
gv11b_fifo_reset_pbdma_and_eng_faulted(g, refch,
|
||||
mmfault->faulted_pbdma,
|
||||
mmfault->faulted_engine);
|
||||
} else {
|
||||
if (id_type == ID_TYPE_TSG)
|
||||
tsg = &g->fifo.tsg[id];
|
||||
|
||||
Reference in New Issue
Block a user