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 <alexw@nvidia.com>
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 <tbergstrom@nvidia.com>
This commit is contained in:
Alex Waterman
2016-08-10 14:14:11 -07:00
committed by mobile promotions
parent e8a159defd
commit cfa0f2a6ea

View File

@@ -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)
/*