From 4640d0953dd6f815f52f485762c573c601fd564f 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 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50837 Reviewed-by: Sachin Gupta --- src/import/chips/p9/xip/p9_xip_image.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/xip') diff --git a/src/import/chips/p9/xip/p9_xip_image.C b/src/import/chips/p9/xip/p9_xip_image.C index 277e2a57..6b3168c8 100644 --- a/src/import/chips/p9/xip/p9_xip_image.C +++ b/src/import/chips/p9/xip/p9_xip_image.C @@ -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.1