Re: [PATCH v2] spmi: msm: demote to debug()

2024-06-24 Thread Neil Armstrong
On 24/06/2024 14:46, Caleb Connolly wrote: Most devices have buttons exposed via the PMIC, the button polling therefore triggers a log spam if debug logging is enabled. Demote these to debug() so that they aren't printed unless LOG_DEBUG is defined explicitly for this file. Signed-off-by: Caleb

[PATCH v2] spmi: msm: demote to debug()

2024-06-24 Thread Caleb Connolly
Most devices have buttons exposed via the PMIC, the button polling therefore triggers a log spam if debug logging is enabled. Demote these to debug() so that they aren't printed unless LOG_DEBUG is defined explicitly for this file. Signed-off-by: Caleb Connolly --- Changes since v1: - use debug(