Re: [PATCH v2 3/3] spi: fsl-qspi: Use reinit_completion() for repeated operations
From: Frank Li
Date: Wed Mar 04 2026 - 10:22:16 EST
From: Frank Li (AI-BOT) <frank.li@xxxxxxx>
Commit message has a typo:
> Tchnically it may work, but it's not the recommended pattern.
Should be "Technically".
Also, the placement of init_completion() in the probe function should come
before devm_request_irq(), since the IRQ handler may reference the
completion object. The current placement is correct, but consider adding a
comment explaining why the initialization must happen before IRQ
registration.
Otherwise the patch looks good.
AI bot review and may be useless.