Merge "msm: camera: isp: Unsubscribe for buf done IRQ" into camera-kernel.lnx.5.0
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
729089b1be
@@ -2302,7 +2302,7 @@ static int cam_vfe_bus_ver3_stop_vfe_out(
|
|||||||
|
|
||||||
if (vfe_out->irq_handle) {
|
if (vfe_out->irq_handle) {
|
||||||
rc = cam_irq_controller_unsubscribe_irq(
|
rc = cam_irq_controller_unsubscribe_irq(
|
||||||
common_data->bus_irq_controller,
|
common_data->buf_done_controller,
|
||||||
vfe_out->irq_handle);
|
vfe_out->irq_handle);
|
||||||
vfe_out->irq_handle = 0;
|
vfe_out->irq_handle = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user