diff options
Diffstat (limited to 'src/soc/intel/common/block/cse/cse.c')
-rw-r--r-- | src/soc/intel/common/block/cse/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c index 6dfe329fc4..a9a619c24e 100644 --- a/src/soc/intel/common/block/cse/cse.c +++ b/src/soc/intel/common/block/cse/cse.c @@ -1051,7 +1051,7 @@ static void me_reset_with_count(void) * If the (CS)ME fails to change states after 3 attempts, it will * likely need a cold boot, or recovering. */ - printk(BIOS_ERR, "Error: Failed to change ME state in %u attempts!\n", + printk(BIOS_ERR, "Failed to change ME state in %u attempts!\n", ME_DISABLE_ATTEMPTS); } |