Re: [PATCH] soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()
Maxim Kochetkov <[email protected]> Fri, 31 Jul 2026 12:49:01 +0300
| Newsgroups | org.ozlabs.lists.linuxppc-dev,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
31.07.2026 12:46, Linkai Gong wrote:
> qe_ic_of_init() ignored the return value of platform_driver_register()
> and always returned success. Propagate the error to the initcall.
>
> Fixes: be7ecbd240b2 ("soc: fsl: qe: convert QE interrupt controller to platform_device")
> Signed-off-by: Linkai Gong <[email protected]>
Reviewed-by: Maxim Kochetkov <[email protected]>