msm: camera: isp: Fix leak in bus evt_payload
In the case when none of the IRQ bits generated by HW are of
interest to a subscriber, the bottom_half will never report success.
Due to this, the evt_payload is never put back into free list. So
check if interested IRQ is found, if not immediately put the payload
back into free list.
Change-Id: If790bd890906705128f91b854c60daf9fa1bc7b4
Signed-off-by: Harsh Shah <harshs@codeaurora.org>
Loading
Please register or sign in to comment