summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_allocator.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
index d4ff79b1..fbfda881 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
@@ -233,7 +233,7 @@ void gk20a_alloc_debugfs_init(struct platform_device *pdev);
233 } while (0) 233 } while (0)
234 234
235#define __alloc_dbg(a, fmt, arg...) \ 235#define __alloc_dbg(a, fmt, arg...) \
236 pr_warn("%-25s %25s() " fmt, (a)->name, __func__, ##arg) 236 pr_info("%-25s %25s() " fmt, (a)->name, __func__, ##arg)
237 237
238#if defined(ALLOCATOR_DEBUG) 238#if defined(ALLOCATOR_DEBUG)
239/* 239/*