mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: changed log level for failure report
dev_info() is used in place of dev_err() when secure buffer allocation is failing. Bug 200302186 Change-Id: Ia43925985b0a0a79e03863b91e475068ee8449c9 Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: http://git-master/r/1474476 Tested-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
d664ff12af
commit
dd26a9bb65
@@ -148,7 +148,7 @@ int nvgpu_probe(struct gk20a *g,
|
||||
|
||||
err = gk20a_secure_page_alloc(g->dev);
|
||||
if (err)
|
||||
dev_err(g->dev,
|
||||
dev_info(g->dev,
|
||||
"failed to allocate secure buffer %d\n", err);
|
||||
|
||||
if (platform->late_probe) {
|
||||
|
||||
Reference in New Issue
Block a user