Bläddra i källkod

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 <[email protected]>
Rishabh Jain 5 år sedan
förälder
incheckning
a90aec6cb4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c

+ 1 - 1
drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c

@@ -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);
 }