msm: cvp: convert infinite wait to timeout wait
CVP driver waits indefinitely for response callback.
This wait is done after acquiring a lock used by
other threads in video driver. As a result, during
device power suspend, the kernel suspend thread, which
is waiting on above lock, waits and leads to hung.
CRs-Fixed: 2603603
Change-Id: If8bdbacb27c71b0df21c217d28e5bc2cf02e3d49
Signed-off-by:
Vikash Garodia <vgarodia@codeaurora.org>
Loading
Please register or sign in to comment