On Sat, Jul 11, 2020 at 11:09 PM Florian Fainelli <f.fainelli@xxxxxxxxx> wrote: > On 7/11/2020 2:07 PM, Linus Walleij wrote: > > I never got an updated patch. My last message was: > > > >>> so you mean something like this? > >>> > >>> if (err == -EPROBE_DEFER) > >>> dev_info(dev, "deferring probe\n") > >>> else > >>> dev_err(dev, "... failed to register\n") > >> > >> Yes exactly. > > > > Patches welcome :D > > Not sure how useful the dev_info(dev, "deferring probe\n") is nowadays > given that the device driver core will show which devices are on the > probe deferral list, maybe we can turn this into a dev_dbg() instead? Oh right. Yeah that sounds right, then we can see that it's the GPIO core bailing and deferring it when we turn on debug. Yours, Linus Walleij