Re: [PATCH] net: ethernet: dm9000: Handle -EPROBE_DEFER in dm9000_parse_dt()

From: Andrew Lunn
Date: Mon Feb 17 2020 - 08:00:01 EST


> Is the EPROBE_DEFER mechanism also working for drivers
> fully compiled into the kernel (I may have been mislead
> since EPROBE_DEFER patches are almost always done to make
> drivers work as modules)?

Yes. It is a generic mechanism and used with all driver probe
functions.

Andrew