Skip to content

Commit 6064a1c

Browse files
ChiHuaLkartben
authored andcommitted
driver: flash: npcx: use CONFIG_FLASH_LOG_LEVEL
This commit replaces the hard-coded log level with CONFIG_FLASH_LOG_LEVEL. Signed-off-by: Jun Lin <[email protected]>
1 parent 2fc2b19 commit 6064a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/flash_npcx_fiu_qspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "flash_npcx_fiu_qspi.h"
1717

1818
#include <zephyr/logging/log.h>
19-
LOG_MODULE_REGISTER(npcx_fiu_qspi, LOG_LEVEL_ERR);
19+
LOG_MODULE_REGISTER(npcx_fiu_qspi, CONFIG_FLASH_LOG_LEVEL);
2020

2121
/* Driver convenience defines */
2222
#define HAL_INSTANCE(dev) \

0 commit comments

Comments
 (0)