msm: camera: ope: Corrected parameter for deiniting idle clock
Corrected the parameter needed to be passed in cam_ope_deinit_idle_clk. CRs-Fixed: 2594541 Change-Id: Ibeb8558fd0724fff61f4a6ddadd3b3cf6a6b3ed2 Signed-off-by: Rishabh Jain <risjai@codeaurora.org>
This commit is contained in:

committed by
Trishansh Bhardwaj

parent
594b0acba5
commit
a90aec6cb4
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user