aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/mendocino/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/mendocino/smihandler.c')
-rw-r--r--src/soc/amd/mendocino/smihandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/mendocino/smihandler.c b/src/soc/amd/mendocino/smihandler.c
index c05f3eea3e..8e32b5d543 100644
--- a/src/soc/amd/mendocino/smihandler.c
+++ b/src/soc/amd/mendocino/smihandler.c
@@ -100,7 +100,7 @@ static void fch_slp_typ_handler(void)
psp_notify_sx_info(ACPI_S3);
smu_sx_entry(); /* Leave SlpTypeEn clear, SMU will set */
- printk(BIOS_ERR, "Error: System did not go to sleep\n");
+ printk(BIOS_ERR, "System did not go to sleep\n");
hlt();
}
}