aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/me_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/bd82x6x/me_common.c')
-rw-r--r--src/southbridge/intel/bd82x6x/me_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/bd82x6x/me_common.c b/src/southbridge/intel/bd82x6x/me_common.c
index 76c0cecdf0..cfc9ef8ca1 100644
--- a/src/southbridge/intel/bd82x6x/me_common.c
+++ b/src/southbridge/intel/bd82x6x/me_common.c
@@ -472,7 +472,7 @@ void exit_soft_temp_disable_wait(struct device *dev)
struct me_hfs hfs;
struct stopwatch sw;
struct mkhi_header mkhi;
- u32 resp;
+ u32 resp = 0;
stopwatch_init_msecs_expire(&sw, ME_ENABLE_TIMEOUT);
@@ -496,7 +496,7 @@ void exit_soft_temp_disable_wait(struct device *dev)
stopwatch_duration_msecs(&sw));
int result = mei_recv_msg(&mkhi, &resp, sizeof(resp));
- printk(BIOS_NOTICE, "ME: SET ME ENABLE RESPONSE: resp=%08x\n", resp);
+ printk(BIOS_NOTICE, "ME: SET ME ENABLE RESPONSE: result=%d, resp=%08x\n", result, resp);
if (result < 0 || resp != MKHI_DISABLE_RULE_ID) {
printk(BIOS_ERR, "ME: failed to read SET ME ENABLE RESPONSE\n");