mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
bpmp: stop mounting bpmp debugfs on vdk
Bug 4199271 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Change-Id: I7c960fcf3d7a125280ff33064ba7cd6bd1d0fb6d Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2974344 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Sandeep Trasi <strasi@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
842bf32431
commit
f8f33d49cc
@@ -607,9 +607,11 @@ static int tegra_bpmp_hv_probe(struct platform_device *pdev)
|
|||||||
goto free_mrq;
|
goto free_mrq;
|
||||||
}
|
}
|
||||||
|
|
||||||
err = tegra_bpmp_init_debugfs(bpmp);
|
if (tegra_sku_info.platform != TEGRA_PLATFORM_VDK) {
|
||||||
if (err < 0)
|
err = tegra_bpmp_init_debugfs(bpmp);
|
||||||
dev_err(&pdev->dev, "debugfs initialization failed: %d\n", err);
|
if (err < 0)
|
||||||
|
dev_err(&pdev->dev, "debugfs initialization failed: %d\n", err);
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user