Re: [PATCH] net: dev: Add API to check net_dev readiness

From: David Miller
Date: Mon Jul 27 2020 - 13:32:37 EST


From: Andrew Lunn <andrew@xxxxxxx>
Date: Sun, 26 Jul 2020 21:45:28 +0200

> I also have to wonder why a network device driver is being probed the
> subsys_initcall.

This makes me wonder how this interface could even be useful. The
only way to fix the problem is to change when the device is probed,
which would mean changing which initcall it uses. So at run time,
this information can't do much.