commit | f934b4c9021b3db8c268fd7b96288e701fbdd10a | [log] [tgz] |
---|---|---|
author | Suresh Vankadara <svankada@codeaurora.org> | Wed Dec 20 12:39:38 2017 +0530 |
committer | Suresh Vankadara <svankada@codeaurora.org> | Thu Jan 04 16:20:21 2018 +0530 |
tree | 353415dd3ccad8d944d1fa52543a77620b2b2dab | |
parent | e5c3238b67587bbff52d1d3eddea3be36fe1ffc5 [diff] |
msm: camera: jpeg: Fix jpeg flush request issue Jpeg driver enqueue requests in internal command queue before sending commands to hardware. Flush request is issued to a pending command which is not in command queue and with hardware. Flush tries to free this request leads to a failure. Fix to handle flush request on internal command based on request type. Change-Id: I3e6541328c71c807c5e24bd1660131bd9c9bd55c Signed-off-by: Suresh Vankadara <svankada@codeaurora.org>