summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2013-10-30 16:16:19 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-07 17:14:21 -0600
commitfd4fe707fca2059867b4573f3f6f1bd3f708b542 (patch)
tree985237655006b660f568ad2b810d72985ad32f71
parent4526f77282a99ab211c547219c38f5775ee2ffb9 (diff)
downloadtalos-hostboot-fd4fe707fca2059867b4573f3f6f1bd3f708b542.tar.gz
talos-hostboot-fd4fe707fca2059867b4573f3f6f1bd3f708b542.zip
Fix error decoding bus callout from HWP error
Change-Id: I74ff8fe81529c18b40c3a602994dd1bb8156174a RTC: 90061 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6970 Tested-by: Jenkins Server Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/hwpf/plat/fapiPlatHwpInvoker.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatHwpInvoker.C b/src/usr/hwpf/plat/fapiPlatHwpInvoker.C
index a4ff9b3a3..22202a80d 100644
--- a/src/usr/hwpf/plat/fapiPlatHwpInvoker.C
+++ b/src/usr/hwpf/plat/fapiPlatHwpInvoker.C
@@ -312,7 +312,7 @@ void processEIBusCallouts(const ErrorInfo & i_errInfo,
reinterpret_cast<TARGETING::Target*>((*l_itr)->iv_target1.get());
TARGETING::Target * l_pTarget2 =
- reinterpret_cast<TARGETING::Target*>((*l_itr)->iv_target1.get());
+ reinterpret_cast<TARGETING::Target*>((*l_itr)->iv_target2.get());
HWAS::callOutPriority l_priority =
xlateCalloutPriority((*l_itr)->iv_calloutPriority);
OpenPOWER on IntegriCloud