From f408a59b79aa4e3b5ad1f18aaa77bdb002a075cd Mon Sep 17 00:00:00 2001 From: Claus Michael Olsen Date: Tue, 12 Dec 2017 14:59:31 -0600 Subject: Removing P9_XIP_ITEM_NOT_FOUND trace out msg from p9_xip_image.C Change-Id: I72d3649a173fecee990c7ec1793568675be6c53d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50831 Reviewed-by: Matt K. Light Reviewed-by: Joseph J. McGill Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Dev-Ready: Matt K. Light Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer --- import/chips/p9/xip/p9_xip_image.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/import/chips/p9/xip/p9_xip_image.C b/import/chips/p9/xip/p9_xip_image.C index 6c2e8fef..25b98827 100644 --- a/import/chips/p9/xip/p9_xip_image.C +++ b/import/chips/p9/xip/p9_xip_image.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HCODE Project */ /* */ -/* COPYRIGHT 2015,2017 */ +/* COPYRIGHT 2015,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -869,7 +869,7 @@ xipLinearSearch(void* i_image, const char* i_id, P9XipToc** o_entry) else { *o_entry = 0; - rc = TRACE_ERROR(P9_XIP_ITEM_NOT_FOUND); + rc = P9_XIP_ITEM_NOT_FOUND; } } @@ -930,7 +930,7 @@ xipBinarySearch(void* i_image, const char* i_id, P9XipToc** o_entry) if (*o_entry == 0) { - rc = TRACE_ERROR(P9_XIP_ITEM_NOT_FOUND); + rc = P9_XIP_ITEM_NOT_FOUND; break; } } -- cgit v1.2.3