Loading drivers/media/platform/msm/camera/cam_req_mgr/cam_req_mgr_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1442,9 +1442,9 @@ int cam_req_mgr_process_flush_req(void *priv, void *data) if (device->ops && device->ops->flush_req) rc = device->ops->flush_req(&flush_req); } complete(&link->workq_comp); mutex_unlock(&link->req.lock); complete(&link->workq_comp); end: return rc; } Loading Loading
drivers/media/platform/msm/camera/cam_req_mgr/cam_req_mgr_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1442,9 +1442,9 @@ int cam_req_mgr_process_flush_req(void *priv, void *data) if (device->ops && device->ops->flush_req) rc = device->ops->flush_req(&flush_req); } complete(&link->workq_comp); mutex_unlock(&link->req.lock); complete(&link->workq_comp); end: return rc; } Loading