Skip to content

Commit

Permalink
Revert "msm: camera: icp: FW init response timeout fix"
Browse files Browse the repository at this point in the history
This reverts commit 20566db.

Change-Id: Ide74bd984e193166a70285add3252f064c805bef
Signed-off-by: Vishvanath Singh <vishvana@codeaurora.org>
  • Loading branch information
vishvana authored and Gerrit - the friendly Code Review server committed Feb 6, 2018
1 parent 20566db commit c1f81e0
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 c1f81e0

Please sign in to comment.