gpu: nvgpu: Remove assertion which triggers intermittently

Partially revert patch c0e725a, which causes intermittent test
failures.

Bug 2599340

Change-Id: I4ac7ef007b4a7beaa2010cc3795ed0f78b4ce9c7
Signed-off-by: Antoine Chauveau <achauveau@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2120867
This commit is contained in:
Antoine Chauveau
2019-05-17 11:12:10 +03:00
parent 7e60cb4bdb
commit b8ba882399

View File

@@ -2455,7 +2455,7 @@ int nvgpu_channel_suspend_all_serviceable_ch(struct gk20a *g)
nvgpu_err(g, "failed to disable channel/TSG");
}
/* preempt the channel */
nvgpu_assert(nvgpu_preempt_channel(g, ch) == 0);
nvgpu_preempt_channel(g, ch);
/* wait for channel update notifiers */
if (g->os_channel.work_completion_cancel_sync != NULL) {
g->os_channel.work_completion_cancel_sync(ch);