summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/ioctl_dbg.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/ioctl_dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c b/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c
index 7bb170da..63d33c6b 100644
--- a/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c
+++ b/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c
@@ -1713,7 +1713,7 @@ static int nvgpu_profiler_reserve_acquire(struct dbg_session_gk20a *dbg_s,
1713 /* TSG: check that another channel in the TSG 1713 /* TSG: check that another channel in the TSG
1714 * doesn't already have the reservation 1714 * doesn't already have the reservation
1715 */ 1715 */
1716 int my_tsgid = my_prof_obj->ch->tsgid; 1716 u32 my_tsgid = my_prof_obj->ch->tsgid;
1717 1717
1718 nvgpu_list_for_each_entry(prof_obj, &g->profiler_objects, 1718 nvgpu_list_for_each_entry(prof_obj, &g->profiler_objects,
1719 dbg_profiler_object_data, prof_obj_entry) { 1719 dbg_profiler_object_data, prof_obj_entry) {