Skip to content

Commit 63acbef

Browse files
rriveramcruscarlescufi
authored andcommitted
regulator: cp9314: Changes CHIP_REV log message to debug level
Changes the log level for the CHIP_REV log message from INFO to DBG. Signed-off-by: Ricardo Rivera-Matos <[email protected]>
1 parent 7fb2e70 commit 63acbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/regulator_cp9314.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ static int regulator_cp9314_init(const struct device *dev)
530530
return -ENOTSUP;
531531
}
532532

533-
LOG_INF("Found CP9314 REV:0x%x\n", value);
533+
LOG_DBG("Found CP9314 REV:0x%x\n", value);
534534

535535
ret = regulator_cp9314_otp_init(dev);
536536
if (ret < 0) {

0 commit comments

Comments
 (0)