Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2eeb1a0b authored by Rishabh Jain's avatar Rishabh Jain
Browse files

msm: camera: ope: Corrected parameter for deiniting idle clock



Corrected the parameter needed to be passed in cam_ope_deinit_idle_clk.

CRs-Fixed: 2520602
Change-Id: Ibeb8558fd0724fff61f4a6ddadd3b3cf6a6b3ed2
Signed-off-by: default avatarRishabh Jain <risjai@codeaurora.org>
parent 8eae1966
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ static void cam_ope_device_timer_cb(struct timer_list *timer_data)
	task_data->data = timer->parent;
	task_data->type = OPE_WORKQ_TASK_MSG_TYPE;
	task->process_cb = cam_ope_deinit_idle_clk;
	cam_req_mgr_workq_enqueue_task(task, &ope_hw_mgr,
	cam_req_mgr_workq_enqueue_task(task, ope_hw_mgr,
		CRM_TASK_PRIORITY_0);
	spin_unlock_irqrestore(&ope_hw_mgr->hw_mgr_lock, flags);
}