Skip to content

Commit 17ccc5f

Browse files
ChiHuaLkartben
authored andcommitted
driver: clock_control: npcx: use CONFIG_CLOCK_CONTROL_LOG_LEVEL
This commit replaces the hard-coded log level with CONFIG_CLOCK_CONTROL_LOG_LEVEL. Signed-off-by: Jun Lin <[email protected]>
1 parent 73af324 commit 17ccc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clock_control/clock_control_npcx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <zephyr/dt-bindings/clock/npcx_clock.h>
1212

1313
#include <zephyr/logging/log.h>
14-
LOG_MODULE_REGISTER(clock_control_npcx, LOG_LEVEL_ERR);
14+
LOG_MODULE_REGISTER(clock_control_npcx, CONFIG_CLOCK_CONTROL_LOG_LEVEL);
1515

1616
/* Driver config */
1717
struct npcx_pcc_config {

0 commit comments

Comments
 (0)