Re: [PATCH] soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()
From: Maxim Kochetkov
Date: Fri Jul 31 2026 - 05:58:07 EST
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 <gonglinkai@xxxxxxxxxx>
Reviewed-by: Maxim Kochetkov <fido_max@xxxxxxxx>