mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
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:
committed by
mobile promotions
parent
e8a159defd
commit
cfa0f2a6ea
@@ -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)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user