summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c b/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
index 493cbe80..56bc2c7a 100644
--- a/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
@@ -581,7 +581,7 @@ static inline int get_timestamps_zipper(struct gk20a *g,
581 struct nvgpu_gpu_get_cpu_time_correlation_info_args *args) 581 struct nvgpu_gpu_get_cpu_time_correlation_info_args *args)
582{ 582{
583 int err = 0; 583 int err = 0;
584 int i = 0; 584 unsigned int i = 0;
585 u32 gpu_timestamp_hi_new = 0; 585 u32 gpu_timestamp_hi_new = 0;
586 u32 gpu_timestamp_hi_old = 0; 586 u32 gpu_timestamp_hi_old = 0;
587 587