From aed8d7eaf979e14d8e04e651a00327a5e3d41716 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Tue, 28 Jul 2015 14:31:32 +1000 Subject: 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 Reviewed-by: Vasant Hegde Signed-off-by: Stewart Smith --- hw/lpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/lpc.c') diff --git a/hw/lpc.c b/hw/lpc.c index c165c2dd..c6eba7d3 100644 --- a/hw/lpc.c +++ b/hw/lpc.c @@ -29,11 +29,11 @@ DEFINE_LOG_ENTRY(OPAL_RC_LPC_READ, OPAL_PLATFORM_ERR_EVT, OPAL_LPC, OPAL_MISC_SUBSYSTEM, OPAL_PREDICTIVE_ERR_GENERAL, - OPAL_NA, NULL); + OPAL_NA); DEFINE_LOG_ENTRY(OPAL_RC_LPC_WRITE, OPAL_PLATFORM_ERR_EVT, OPAL_LPC, OPAL_MISC_SUBSYSTEM, OPAL_PREDICTIVE_ERR_GENERAL, - OPAL_NA, NULL); + OPAL_NA); #define ECCB_CTL 0 /* b0020 -> b00200 */ #define ECCB_STAT 2 /* b0022 -> b00210 */ -- cgit v1.2.1