commit | f08f6fbfda6038317a1ccaf6203b184ffc6d0eb8 | [log] [tgz] |
---|---|---|
author | Boerge Struempfel <boerge.struempfel@gmail.com> | Tue Apr 01 09:58:47 2025 +0200 |
committer | Boerge Struempfel <boerge.struempfel@gmail.com> | Tue Apr 01 12:18:34 2025 +0200 |
tree | ba7e9ad17c3799f1b6c247f32e91995b3708f9de | |
parent | 1eb8983f6f5a3cef65e6ac524036268ebf92b74f [diff] |
refactor(st-pmic): use LOG_LEVEL for regulator debug output The stpmic2_dump_regulators() function now uses LOG_LEVEL instead of EVENT_LOG_LEVEL to align with general logging conventions. Additionally, the guard has been moved inside the function, removing unnecessary preprocessor checks where the function is used and thereby improving consistency. Change-Id: I087de124e6795a599b4f91a7613c6dfa3f76bb7a Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com>