On Thu, 08 Aug 2019 15:02:17 +0200, Mark Brown wrote: > > On Thu, Aug 08, 2019 at 03:00:06PM +0200, Takashi Iwai wrote: > > Mark Brown wrote: > > > > No, they absolutely should tell the user why they are deferring so the > > > user has some information to go on when they're trying to figure out why > > > their device isn't instantiating. > > > But it's no real error that *must* be printed on the console, either. > > Maybe downgrading the printk level? > > Yes, downgrading can be OK though it does bloat the code.
I guess we can use dev_printk() with the conditional level choice. Takashi