diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h index d4ff79b1f..fbfda8812 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); } while (0) #define __alloc_dbg(a, fmt, arg...) \ - pr_warn("%-25s %25s() " fmt, (a)->name, __func__, ##arg) + pr_info("%-25s %25s() " fmt, (a)->name, __func__, ##arg) #if defined(ALLOCATOR_DEBUG) /*