commit | 5efd48450aff703ceda6e148f9fb6ba8704386a4 | [log] [tgz] |
---|---|---|
author | Praneeth Paladugu <ppaladug@codeaurora.org> | Wed Sep 25 16:38:12 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Aug 06 22:09:35 2014 -0700 |
tree | 95e32a97d1730b2bc42274c6037fd770445a38aa | |
parent | 8839870dc79327ae40eb8539daac856ffda0fd10 [diff] |
msm: vidc: Bug fix in instance clean-up When close is called directly without proper state operations, then driver tries to clean all V4L2 framework memory. When driver calls queue_release, it tries to call stream_off again. This causes driver to re-enter the state operations. This change prevents driver to re-enter the state diagram. Change-Id: I6df248792fca78fe743bead311fa1cec61a6bb79 Signed-off-by: Praneeth Paladugu <ppaladug@codeaurora.org>