Merge "msm: camera: Fix live snapshot issue"

This commit is contained in:
Linux Build Service Account 2014-06-01 10:28:50 -07:00 committed by Gerrit - the friendly Code Review server
commit 55900c893e

View file

@ -1530,6 +1530,7 @@ void msm_isp_process_axi_irq(struct vfe_device *vfe_dev,
vfe_dev->hw_info->vfe_ops.axi_ops.get_pingpong_status(vfe_dev);
for (i = 0; i < axi_data->hw_info->num_comp_mask; i++) {
rc = 0;
comp_info = &axi_data->composite_info[i];
if (comp_mask & (1 << i)) {
if (!comp_info->stream_handle) {