summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 8e2a62de..0f1af8ab 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -2663,7 +2663,7 @@ static int pmu_handle_perfmon_event(struct pmu_gk20a *pmu,
2663 2663
2664static int pmu_handle_event(struct pmu_gk20a *pmu, struct pmu_msg *msg) 2664static int pmu_handle_event(struct pmu_gk20a *pmu, struct pmu_msg *msg)
2665{ 2665{
2666 int err; 2666 int err = 0;
2667 2667
2668 gk20a_dbg_fn(""); 2668 gk20a_dbg_fn("");
2669 2669