[PATCH] spi: uniphier: Fix completion initialization order before devm_request_irq()
Mark Brown
broonie at kernel.org
Thu Jun 11 07:09:31 PDT 2026
On Thu, Jun 11, 2026 at 08:31:37PM +0900, Kunihiko Hayashi wrote:
> The driver calls devm_request_irq() before initializing the completion
> used by the interrupt handler. Because the interrupt may occur immediately
> after devm_request_irq(), the handler may execute before init_completion().
This doesn't apply against current code, please check and resend.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260611/cf660eee/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list