Эх сурвалжийг харах

msm: camera: isp: Unsubscribe for buf done IRQ

Unsubscribe IRQs for buf done controller in vfe bus.

CRs-Fixed: 2841729
Change-Id: Ic1af02c7cd857e1637cfc7313b3052e7ff170329
Signed-off-by: Karthik Anantha Ram <[email protected]>
Karthik Anantha Ram 4 жил өмнө
parent
commit
47bf276c64

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver3.c

@@ -2280,7 +2280,7 @@ static int cam_vfe_bus_ver3_stop_vfe_out(
 
 	if (vfe_out->irq_handle) {
 		rc = cam_irq_controller_unsubscribe_irq(
-			common_data->bus_irq_controller,
+			common_data->buf_done_controller,
 			vfe_out->irq_handle);
 		vfe_out->irq_handle = 0;
 	}