Loading drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.c +1 −1 Original line number Diff line number Diff line Loading @@ -1338,7 +1338,7 @@ static int msm_cpp_cfg(struct cpp_device *cpp_dev, &buff_mgr_info); if (rc < 0) { rc = -EAGAIN; pr_err("error getting buffer rc:%d\n", rc); pr_debug("error getting buffer rc:%d\n", rc); goto ERROR2; } new_frame->output_buffer_info[0].index = buff_mgr_info.index; Loading Loading
drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.c +1 −1 Original line number Diff line number Diff line Loading @@ -1338,7 +1338,7 @@ static int msm_cpp_cfg(struct cpp_device *cpp_dev, &buff_mgr_info); if (rc < 0) { rc = -EAGAIN; pr_err("error getting buffer rc:%d\n", rc); pr_debug("error getting buffer rc:%d\n", rc); goto ERROR2; } new_frame->output_buffer_info[0].index = buff_mgr_info.index; Loading