commit | ba2627e284aca0802561a8164304f123bab4fb92 | [log] [tgz] |
---|---|---|
author | Suresh Vankadara <svankada@codeaurora.org> | Wed Mar 28 18:39:24 2018 +0530 |
committer | Suresh Vankadara <svankada@codeaurora.org> | Wed Mar 28 18:39:24 2018 +0530 |
tree | 0623d945b16448c49b690b5b5e4151367a12d284 | |
parent | 83ad0691835a82d8531d1fad1ef9fe08c1f8097b [diff] |
msm: camera: crm: Fix cache operation failure In case of zero device count in camera memory map function length field is not updated and it leads to no cache operations are performed and leads to corrupted frame. Get length based on ion fd and use this field in cache operation to fix the issue. Change-Id: Ifecc50b79f59068c463decf29179ef24b618fee4 Signed-off-by: Suresh Vankadara <svankada@codeaurora.org>