Re: [PATCH] dm: core: downgrade some dm_warn messages to log_debug()

2024-10-29 Thread Tom Rini
On Tue, 15 Oct 2024 16:32:14 +0200, Quentin Schulz wrote: > People complained that enabling (SPL_)DM_WARN was now totally unusable > due to the amount of messages printed on the console. > > Let's downgrade the log level of some messages that are clearly not on > the error path. > > Note that th

Re: [PATCH] dm: core: downgrade some dm_warn messages to log_debug()

2024-10-28 Thread Quentin Schulz
Hi Simon, On 10/27/24 6:16 PM, Simon Glass wrote: Hi Quentin, On Tue, 15 Oct 2024 at 16:32, Quentin Schulz wrote: From: Quentin Schulz People complained that enabling (SPL_)DM_WARN was now totally unusable due to the amount of messages printed on the console. Let's downgrade the log level

Re: [PATCH] dm: core: downgrade some dm_warn messages to log_debug()

2024-10-27 Thread Simon Glass
Hi Quentin, On Tue, 15 Oct 2024 at 16:32, Quentin Schulz wrote: > > From: Quentin Schulz > > People complained that enabling (SPL_)DM_WARN was now totally unusable > due to the amount of messages printed on the console. > > Let's downgrade the log level of some messages that are clearly not on >

Re: [PATCH] dm: core: downgrade some dm_warn messages to log_debug()

2024-10-17 Thread Quentin Schulz
Hi Alex, On 10/17/24 4:56 PM, Alexander Dahl wrote: Hello Quentin, Am Tue, Oct 15, 2024 at 04:32:14PM +0200 schrieb Quentin Schulz: From: Quentin Schulz People complained that enabling (SPL_)DM_WARN was now totally unusable due to the amount of messages printed on the console. Let's downgra

Re: [PATCH] dm: core: downgrade some dm_warn messages to log_debug()

2024-10-17 Thread Alexander Dahl
Hello Quentin, Am Tue, Oct 15, 2024 at 04:32:14PM +0200 schrieb Quentin Schulz: > From: Quentin Schulz > > People complained that enabling (SPL_)DM_WARN was now totally unusable > due to the amount of messages printed on the console. > > Let's downgrade the log level of some messages that are c

Re: [PATCH] dm: core: downgrade some dm_warn messages to log_debug()

2024-10-16 Thread Quentin Schulz
On 10/15/24 4:32 PM, Quentin Schulz wrote: From: Quentin Schulz People complained that enabling (SPL_)DM_WARN was now totally unusable due to the amount of messages printed on the console. Let's downgrade the log level of some messages that are clearly not on the error path. Note that ther

[PATCH] dm: core: downgrade some dm_warn messages to log_debug()

2024-10-15 Thread Quentin Schulz
From: Quentin Schulz People complained that enabling (SPL_)DM_WARN was now totally unusable due to the amount of messages printed on the console. Let's downgrade the log level of some messages that are clearly not on the error path. Note that there's one pr_debug in there, because it is followe