aboutsummaryrefslogtreecommitdiffstats
path: root/amd_imc.c
diff options
context:
space:
mode:
Diffstat (limited to 'amd_imc.c')
-rw-r--r--amd_imc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd_imc.c b/amd_imc.c
index 093d42dc..d57728e5 100644
--- a/amd_imc.c
+++ b/amd_imc.c
@@ -122,7 +122,7 @@ static int imc_resume(void *data)
int ret = imc_send_cmd(dev, 0xb5);
if (ret != 0)
- msg_pinfo("Resuming IMC failed)\n");
+ msg_pinfo("Resuming IMC failed.\n");
else
msg_pdbg2("IMC resumed.\n");
return ret;