Skip to content

Commit

Permalink
Merge "Revert "msm: camera: icp: FW init response timeout fix"" into …
Browse files Browse the repository at this point in the history
…kernel.lnx.4.9.r2-rel
  • Loading branch information
lnxbuild authored and Gerrit - the friendly Code Review server committed Feb 6, 2018
2 parents b7528ce + c1f81e0 commit 638e45c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2337,10 +2337,10 @@ static int cam_icp_mgr_icp_resume(struct cam_icp_hw_mgr *hw_mgr)
if (hw_mgr->fw_download == false) {
CAM_DBG(CAM_ICP, "Downloading FW");
mutex_unlock(&hw_mgr->hw_mgr_mutex);
rc = cam_icp_mgr_hw_open(hw_mgr, &downloadFromResume);
cam_icp_mgr_hw_open(hw_mgr, &downloadFromResume);
mutex_lock(&hw_mgr->hw_mgr_mutex);
CAM_DBG(CAM_ICP, "FW Download Done Exit");
return rc;
return 0;
}

rc = a5_dev_intf->hw_ops.init(a5_dev_intf->hw_priv, NULL, 0);
Expand Down

0 comments on commit 638e45c

Please sign in to comment.