Skip to content

Commit

Permalink
FSP/RTC: Improve error log
Browse files Browse the repository at this point in the history
.. it makes easy to differentiate errors.

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
Vasant Hegde authored and stewartsmith committed Jun 8, 2017
1 parent 5201e81 commit 142d3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/fsp/fsp-rtc.c
Expand Up @@ -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:
Expand Down

0 comments on commit 142d3f1

Please sign in to comment.