aboutsummaryrefslogtreecommitdiff
path: root/hw/xscom.c
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2015-07-28 14:31:32 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-07-31 15:32:42 +1000
commitaed8d7eaf979e14d8e04e651a00327a5e3d41716 (patch)
tree94cdd9c1ddad50641f4518e62b86ffde41553648 /hw/xscom.c
parent56b7f5113e3469620c5a1f8994550c5d72f571a8 (diff)
downloadskiboot-aed8d7eaf979e14d8e04e651a00327a5e3d41716.zip
skiboot-aed8d7eaf979e14d8e04e651a00327a5e3d41716.tar.gz
skiboot-aed8d7eaf979e14d8e04e651a00327a5e3d41716.tar.bz2
errorlog: Deprecate elog callback parameter
There are now no users of the call_out parameter and future users should use the log_append_msg() and log_append_data() functions, so remove all references to call_out. Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/xscom.c')
-rw-r--r--hw/xscom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xscom.c b/hw/xscom.c
index 9d3523c..ef3ff0f 100644
--- a/hw/xscom.c
+++ b/hw/xscom.c
@@ -43,15 +43,15 @@
DEFINE_LOG_ENTRY(OPAL_RC_XSCOM_RW, OPAL_PLATFORM_ERR_EVT, OPAL_XSCOM,
OPAL_CEC_HARDWARE, OPAL_PREDICTIVE_ERR_GENERAL,
- OPAL_NA, NULL);
+ OPAL_NA);
DEFINE_LOG_ENTRY(OPAL_RC_XSCOM_INDIRECT_RW, OPAL_PLATFORM_ERR_EVT, OPAL_XSCOM,
OPAL_CEC_HARDWARE, OPAL_PREDICTIVE_ERR_GENERAL,
- OPAL_NA, NULL);
+ OPAL_NA);
DEFINE_LOG_ENTRY(OPAL_RC_XSCOM_RESET, OPAL_PLATFORM_ERR_EVT, OPAL_XSCOM,
OPAL_CEC_HARDWARE, OPAL_PREDICTIVE_ERR_GENERAL,
- OPAL_NA, NULL);
+ OPAL_NA);
/*
* Locking notes: