mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
1258e719413592eb2608e16c9cf7ee68319e17f6
It is possible that we received the ACK from DCE even before we start waiting. But currently we are clearing the "complete" state before start waiting, which may result in missed interrupt. This patch removes the clearing of complete state before wait. Also Adds few comments for better understanding. Bug 3941557 Change-Id: I7d2efb1a64eb6f2d4df1876add07a8f019b449f5 Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2845498 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Arun Swain <arswain@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided