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 | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <eeded0ae-2373-4f4c-916b-fc7ef69d1181__23523.8667739154$1785492299$gmane$org@inbox.ru> |
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]>