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:

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:

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

2023-11-04 Thread Heinrich Schuchardt
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.