summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/clk_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/clk_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/clk_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/clk_gp106.c b/drivers/gpu/nvgpu/gp106/clk_gp106.c
index 1dd3922a..39c308a3 100644
--- a/drivers/gpu/nvgpu/gp106/clk_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/clk_gp106.c
@@ -195,7 +195,7 @@ static int clk_gp106_debugfs_init(struct gk20a *g) {
195 struct dentry *gpu_root = platform->debugfs; 195 struct dentry *gpu_root = platform->debugfs;
196 struct dentry *clocks_root; 196 struct dentry *clocks_root;
197 struct dentry *d; 197 struct dentry *d;
198 int i; 198 unsigned int i;
199 199
200 if (NULL == (clocks_root = debugfs_create_dir("clocks", gpu_root))) 200 if (NULL == (clocks_root = debugfs_create_dir("clocks", gpu_root)))
201 return -ENOMEM; 201 return -ENOMEM;