浏览代码

Merge "msm: camera: isp: Unsubscribe for buf done IRQ" into camera-kernel.lnx.5.0

Haritha Chintalapati 4 年之前
父节点
当前提交
729089b1be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver3.c

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

@@ -2302,7 +2302,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;
 	}