summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_common.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_common.c b/drivers/gpu/nvgpu/clk/clk_common.c
index 346ad12b..3230ded0 100644
--- a/drivers/gpu/nvgpu/clk/clk_common.c
+++ b/drivers/gpu/nvgpu/clk/clk_common.c
@@ -29,7 +29,7 @@ struct clk *gk20a_clk_get(struct gk20a *g)
29 29
30 clk = clk_get_sys(clk_dev_id, "gpu"); 30 clk = clk_get_sys(clk_dev_id, "gpu");
31 if (IS_ERR(clk)) { 31 if (IS_ERR(clk)) {
32 gk20a_err(dev, "fail to get tegra gpu clk %s/gpu\n", 32 nvgpu_err(g, "fail to get tegra gpu clk %s/gpu\n",
33 clk_dev_id); 33 clk_dev_id);
34 return NULL; 34 return NULL;
35 } 35 }