From 142d3f196104e60afa34084be17abb0cb77ea4a8 Mon Sep 17 00:00:00 2001 From: Vasant Hegde Date: Wed, 7 Jun 2017 10:46:58 +0530 Subject: FSP/RTC: Improve error log .. it makes easy to differentiate errors. Signed-off-by: Vasant Hegde Signed-off-by: Stewart Smith --- hw/fsp/fsp-rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/fsp') diff --git a/hw/fsp/fsp-rtc.c b/hw/fsp/fsp-rtc.c index 2c8e663..24565c2 100644 --- a/hw/fsp/fsp-rtc.c +++ b/hw/fsp/fsp-rtc.c @@ -134,7 +134,7 @@ static void fsp_tpo_req_complete(struct fsp_msg *read_resp) break; case FSP_STATUS_INVALID_DATA: log_simple_error(&e_info(OPAL_RC_RTC_TOD), - "RTC TPO in permanent error state\n"); + "RTC TPO: Invalid data\n"); rc = OPAL_PARAMETER; break; case FSP_STATUS_SUCCESS: -- cgit v1.1