Re: [PATCH 1/1] dm: Do not enable debug messages by default

2023-11-15 Thread Simon Glass
On Sat, 4 Nov 2023 at 18:40, Heinrich Schuchardt
 wrote:
>
> CONFIG_DM_WARN has a text indicating that these messages should only
> provided when debugging. This implies that the setting must be default no.
>
> We should still create debug messages.
>
> Reported-by: Andre Przywara 
> Signed-off-by: Heinrich Schuchardt 
> ---
>  drivers/core/Kconfig | 1 -
>  include/dm/util.h| 4 +---
>  2 files changed, 1 insertion(+), 4 deletions(-)

Reviewed-by: Simon Glass 

Applied to u-boot-dm, thanks!


Re: [PATCH 1/1] dm: Do not enable debug messages by default

2023-11-04 Thread Simon Glass
On Sat, 4 Nov 2023 at 18:40, Heinrich Schuchardt
 wrote:
>
> CONFIG_DM_WARN has a text indicating that these messages should only
> provided when debugging. This implies that the setting must be default no.
>
> We should still create debug messages.
>
> Reported-by: Andre Przywara 
> Signed-off-by: Heinrich Schuchardt 
> ---
>  drivers/core/Kconfig | 1 -
>  include/dm/util.h| 4 +---
>  2 files changed, 1 insertion(+), 4 deletions(-)

Reviewed-by: Simon Glass