Re: [PATCH v2] driver core: Make cycle dev_info() message dev_dbg()

From: Greg Kroah-Hartman
Date: Fri Jun 04 2021 - 09:01:08 EST


On Thu, Jun 03, 2021 at 01:21:16PM -0700, Stephen Boyd wrote:
> This seems to mostly print debug information about device link stuff at
> boot. It doesn't seem very useful outside of debugging so move it to
> dev_dbg().

What messages at boot time are you seeing with this that should not be
there? Shouldn't we fix the root cause here and not paper over it by
just lowering the logging level?

What drivers are having problems to trigger this?

thanks,

greg k-h