summaryrefslogtreecommitdiffstats
path: root/hw/fsp/fsp-ipmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fsp/fsp-ipmi.c')
-rw-r--r--hw/fsp/fsp-ipmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/fsp/fsp-ipmi.c b/hw/fsp/fsp-ipmi.c
index e5cd6e26..bc425b1a 100644
--- a/hw/fsp/fsp-ipmi.c
+++ b/hw/fsp/fsp-ipmi.c
@@ -45,10 +45,10 @@
DEFINE_LOG_ENTRY(OPAL_RC_IPMI_REQ, OPAL_PLATFORM_ERR_EVT, OPAL_IPMI,
OPAL_PLATFORM_FIRMWARE, OPAL_PREDICTIVE_ERR_GENERAL,
- OPAL_NA, NULL);
+ OPAL_NA);
DEFINE_LOG_ENTRY(OPAL_RC_IPMI_RESP, OPAL_PLATFORM_ERR_EVT, OPAL_IPMI,
OPAL_PLATFORM_FIRMWARE, OPAL_PREDICTIVE_ERR_GENERAL,
- OPAL_NA, NULL);
+ OPAL_NA);
struct fsp_ipmi_msg {
struct list_node link;
OpenPOWER on IntegriCloud