From cfa0f2a6ea9e6c99cd02fffa8dfa323744a4965f Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Wed, 10 Aug 2016 14:14:11 -0700 Subject: gpu: nvgpu: Turn the debug macro back to pr_info Instead of having the debug prints from the allocators be warnings they should be just regular prints. Bug 1799159 Change-Id: Ic6e3c38fa286c4acd6fcba51dc59158dc2d655fc Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1201372 (cherry picked from commit 107caf4ce68a7c76023ee1e66a98c5570f401059) Reviewed-on: http://git-master/r/1208478 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/gk20a_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_allocator.h') 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); } 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) /* -- cgit v1.2.2