mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +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);
|
err = gk20a_secure_page_alloc(g->dev);
|
||||||
if (err)
|
if (err)
|
||||||
dev_err(g->dev,
|
dev_info(g->dev,
|
||||||
"failed to allocate secure buffer %d\n", err);
|
"failed to allocate secure buffer %d\n", err);
|
||||||
|
|
||||||
if (platform->late_probe) {
|
if (platform->late_probe) {
|
||||||
|
|||||||
Reference in New Issue
Block a user