summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm/thrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/therm/thrm.c')
-rw-r--r--drivers/gpu/nvgpu/therm/thrm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrm.c b/drivers/gpu/nvgpu/therm/thrm.c
index 731cf89e..863574b6 100644
--- a/drivers/gpu/nvgpu/therm/thrm.c
+++ b/drivers/gpu/nvgpu/therm/thrm.c
@@ -21,7 +21,7 @@ u32 therm_domain_sw_setup(struct gk20a *g)
21 21
22 status = therm_device_sw_setup(g); 22 status = therm_device_sw_setup(g);
23 if (status) { 23 if (status) {
24 gk20a_err(dev_from_gk20a(g), 24 nvgpu_err(g,
25 "error creating boardobjgrp for therm devices, status - 0x%x", 25 "error creating boardobjgrp for therm devices, status - 0x%x",
26 status); 26 status);
27 goto exit; 27 goto exit;
@@ -29,7 +29,7 @@ u32 therm_domain_sw_setup(struct gk20a *g)
29 29
30 status = therm_channel_sw_setup(g); 30 status = therm_channel_sw_setup(g);
31 if (status) { 31 if (status) {
32 gk20a_err(dev_from_gk20a(g), 32 nvgpu_err(g,
33 "error creating boardobjgrp for therm channel, status - 0x%x", 33 "error creating boardobjgrp for therm channel, status - 0x%x",
34 status); 34 status);
35 goto exit; 35 goto exit;