summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index c174afcd..7a3132c9 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -585,7 +585,7 @@ void gk20a_set_error_notifier(struct channel_gk20a *ch, __u32 error)
585 ch->error_notifier->info32 = error; 585 ch->error_notifier->info32 = error;
586 ch->error_notifier->status = 0xffff; 586 ch->error_notifier->status = 0xffff;
587 gk20a_err(dev_from_gk20a(ch->g), 587 gk20a_err(dev_from_gk20a(ch->g),
588 "error notifier set to %d\n", error); 588 "error notifier set to %d for ch %d\n", error, ch->hw_chid);
589 } 589 }
590} 590}
591 591