mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
tegra: linsim removal
Removed multiple tegra_platform_is_linsim if statements because of linsim deprecation. Bug 1903831 Change-Id: Id8dd87c9d4ab633175ef3f697fec5cf33dfc4077 Signed-off-by: William Pierce <wpierce@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1485008 Signed-off-by: Nitin Kumbhar <nkumbhar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1537336 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Laxman Dewangan
parent
71b56ecaa2
commit
5e4dff249f
@@ -1683,13 +1683,6 @@ int nvadsp_os_suspend(void)
|
||||
goto end;
|
||||
}
|
||||
|
||||
/*
|
||||
* No os suspend/stop on linsim as
|
||||
* APE can be reset only once.
|
||||
*/
|
||||
if (tegra_platform_is_linsim())
|
||||
goto end;
|
||||
|
||||
drv_data = platform_get_drvdata(priv.pdev);
|
||||
|
||||
mutex_lock(&priv.os_run_lock);
|
||||
|
||||
Reference in New Issue
Block a user