aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/max98390
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/max98390')
-rw-r--r--src/drivers/i2c/max98390/max98390.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/max98390/max98390.c b/src/drivers/i2c/max98390/max98390.c
index 08ed625163..664a7109fe 100644
--- a/src/drivers/i2c/max98390/max98390.c
+++ b/src/drivers/i2c/max98390/max98390.c
@@ -73,7 +73,7 @@ static void max98390_fill_ssdt(const struct device *dev)
CONFIG_MAINBOARD_PART_NUMBER);
if (chars >= sizeof(dsm_name))
- printk(BIOS_ERR, "ERROR: String too long in %s\n", __func__);
+ printk(BIOS_ERR, "String too long in %s\n", __func__);
acpi_dp_add_string(dp, "maxim,dsm_param_name", dsm_name);
}