mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
d059cdbc44dbf93ddde427410e4361f908e92cbc
The logic of the nvadsp_dma_alloc_and_map_at() function is to firstly reserve the target iova and secondly allocate a memory with another dynamical iova. Since the target iova is reserved, the dynamical iova won't be possible to be identical. And this lucky check lacks of an exit routine either. So this patch just drops it. Bug 200444660 Change-Id: I5c45e72b1e7315dacd8708fc8facf6bda41c51e5 Signed-off-by: Nicolin Chen <nicolinc@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2098219 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided