summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/ltc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index 2127badb..84c3dfcd 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -225,7 +225,7 @@ u32 gm20b_ltc_cbc_fix_config(struct gk20a *g, int base)
225 if (val == 2) { 225 if (val == 2) {
226 return base * 2; 226 return base * 2;
227 } else if (val != 1) { 227 } else if (val != 1) {
228 nvgpu_err(g, "Invalid number of active ltcs: %08x\n", val); 228 nvgpu_err(g, "Invalid number of active ltcs: %08x", val);
229 } 229 }
230 230
231 return base; 231 return base;