summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pstate/pstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pstate/pstate.c')
-rw-r--r--drivers/gpu/nvgpu/pstate/pstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pstate/pstate.c b/drivers/gpu/nvgpu/pstate/pstate.c
index 6c9d7736..9b7d9b7e 100644
--- a/drivers/gpu/nvgpu/pstate/pstate.c
+++ b/drivers/gpu/nvgpu/pstate/pstate.c
@@ -44,7 +44,7 @@ void gk20a_deinit_pstate_support(struct gk20a *g)
44/*sw setup for pstate components*/ 44/*sw setup for pstate components*/
45int gk20a_init_pstate_support(struct gk20a *g) 45int gk20a_init_pstate_support(struct gk20a *g)
46{ 46{
47 u32 err; 47 int err;
48 48
49 nvgpu_log_fn(g, " "); 49 nvgpu_log_fn(g, " ");
50 50