From 2da74f5e454d6d7679d7ddb6d532ad3ccb672e3b Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 24 Jun 2016 11:35:49 +1000 Subject: fsp-elog-write: display error code from FSP on error writing error log Signed-off-by: Stewart Smith --- hw/fsp/fsp-elog-write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/fsp/fsp-elog-write.c') diff --git a/hw/fsp/fsp-elog-write.c b/hw/fsp/fsp-elog-write.c index cf915a2..2933b97 100644 --- a/hw/fsp/fsp-elog-write.c +++ b/hw/fsp/fsp-elog-write.c @@ -97,7 +97,7 @@ static void opal_fsp_write_complete(struct fsp_msg *read_msg) default: if (elog_write_retries++ >= MAX_RETRIES) { remove_elog_head_entry(); - prerror("ELOG: Error in writing to FSP!\n"); + prerror("ELOG: Error in writing to FSP (0x%x)!\n", val); } break; } -- cgit v1.1