]> git.dujemihanovic.xyz Git - u-boot.git/commit
spmi: msm: demote to debug()
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 24 Jun 2024 12:46:27 +0000 (14:46 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 5 Jul 2024 10:04:48 +0000 (12:04 +0200)
commitf693b79ec0d177c505fe61fffb9dedb55f593852
treef716e85f8d55962432812d4ec9563a64b5bd53e4
parent951937b23d1cd709b82ec476b94b9300a0ddd17e
spmi: msm: demote to debug()

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.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/spmi/spmi-msm.c