Re: [PATCH] media: platform: c3-isp: Register IRQ after video state init

From: Runyu Xiao

Date: Mon Aug 31 2026 - 07:49:56 EST


Hi Keke,

Thanks for reviewing this.

On Mon, 31 Aug 2026 10:44:18 +0800, Keke Li wrote:
> No nee to reorder c3_isp_videos_register and devm_request_irq.
>
> The ISP is inactive during probe, so there are no spurious interrpts.

You are right. Since the C3 ISP is inactive during probe, the interrupt
race described in the patch is not reachable, and reordering
c3_isp_videos_register() and devm_request_irq() is unnecessary.

Please consider this patch withdrawn. I will not send a v2.

Thanks,
Runyu