aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-07-31 15:36:15 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-07-31 15:36:15 +1000
commitdbe695450a2a9196066a1cceb9e7fa5242c9f5ce (patch)
treee28cd90e966d8f51dfc1572608409ee02a70fcd4
parentfbcf2fad50710e8ad53250fa1e3578b7e0b4c14b (diff)
downloadskiboot-dbe695450a2a9196066a1cceb9e7fa5242c9f5ce.zip
skiboot-dbe695450a2a9196066a1cceb9e7fa5242c9f5ce.tar.gz
skiboot-dbe695450a2a9196066a1cceb9e7fa5242c9f5ce.tar.bz2
fix run-pel.c build after error log entry changes
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--core/test/run-pel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/run-pel.c b/core/test/run-pel.c
index 68fedfa..ab1fa05 100644
--- a/core/test/run-pel.c
+++ b/core/test/run-pel.c
@@ -31,7 +31,7 @@
DEFINE_LOG_ENTRY(TEST_ERROR, OPAL_PLATFORM_ERR_EVT, TEST_SUBSYS,
OPAL_PLATFORM_FIRMWARE, OPAL_INFO,
- OPAL_NA, NULL);
+ OPAL_NA);
#include "../pel.c"