summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/debug.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug.c b/drivers/gpu/nvgpu/common/linux/debug.c
index 169bfbc5..76018f8d 100644
--- a/drivers/gpu/nvgpu/common/linux/debug.c
+++ b/drivers/gpu/nvgpu/common/linux/debug.c
@@ -304,7 +304,7 @@ void gk20a_debug_init(struct gk20a *g, const char *debugfs_symlink)
304 debugfs_create_u32("ch_wdt_timeout_ms", S_IRUGO|S_IWUSR, 304 debugfs_create_u32("ch_wdt_timeout_ms", S_IRUGO|S_IWUSR,
305 l->debugfs, &g->ch_wdt_timeout_ms); 305 l->debugfs, &g->ch_wdt_timeout_ms);
306 306
307 debugfs_create_u32("disable_syncpoints", S_IRUGO|S_IWUSR, 307 debugfs_create_u32("disable_syncpoints", S_IRUGO,
308 l->debugfs, &g->disable_syncpoints); 308 l->debugfs, &g->disable_syncpoints);
309 309
310 /* Legacy debugging API. */ 310 /* Legacy debugging API. */