* Dan Carpenter <dan.carpenter@xxxxxxxxxx> [230606 15:01]: > On Tue, Jun 06, 2023 at 05:55:16PM +0300, Andy Shevchenko wrote: > > > > I'm okay with the above, but it seems at the same time we need to limit the > > messages: > > > > dev_err_once(port->dev, "uart_add_one_port() called before arch_initcall()?\n"); > > > > Yeah. I would prefer if that was only printed as a debug message. > -EPROBE_DEFER is supposed to be a normal part of the process. Debug here should do the trick yeah. Regards, Tony