summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index c17a16df..5a3f0046 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -240,7 +240,9 @@ void vgpu_remove_support_common(struct gk20a *g)
240 msg.event = TEGRA_VGPU_EVENT_ABORT; 240 msg.event = TEGRA_VGPU_EVENT_ABORT;
241 err = vgpu_ivc_send(vgpu_ivc_get_peer_self(), TEGRA_VGPU_QUEUE_INTR, 241 err = vgpu_ivc_send(vgpu_ivc_get_peer_self(), TEGRA_VGPU_QUEUE_INTR,
242 &msg, sizeof(msg)); 242 &msg, sizeof(msg));
243 WARN_ON(err); 243 if (err)
244 nvgpu_log_info(g, "vgpu_ivc_send_returned %d\n", err);
245
244 nvgpu_thread_stop(&priv->intr_handler); 246 nvgpu_thread_stop(&priv->intr_handler);
245 247
246 nvgpu_clk_arb_cleanup_arbiter(g); 248 nvgpu_clk_arb_cleanup_arbiter(g);