Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4a3cd97 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Re-enable IRQ even if we didn't do anything in the IRQ handler"

parents 1acfb8eb dbbc1c76
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3669,10 +3669,11 @@ static void venus_hfi_core_work_handler(struct work_struct *work)
	__core_clear_interrupt(device);
	num_responses = __response_handler(device);

err_no_work:
	/* We need re-enable the irq which was disabled in ISR handler */
	if (!(device->intr_status & VIDC_WRAPPER_INTR_STATUS_A2HWD_BMSK))
		enable_irq(device->hal_data->irq);

err_no_work:
	mutex_unlock(&device->lock);

	/*