Skip to content

Commit

Permalink
MDIA: deviceRead logic in processCommandTimeout
Browse files Browse the repository at this point in the history
Change-Id: Id5cbddc3809dc20a608c7b9b7e5a5bba658373ce
RTC: 168088
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46678
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed Sep 27, 2017
1 parent fa603e7 commit 983d5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/diag/mdia/mdiasm.C
Expand Up @@ -470,13 +470,13 @@ void StateMachine::processCommandTimeout(const MonitorIDs & i_monitorIDs)
firData &= bitMask;
}

// TODO RTC 168088
if ( 0 != firData )
{
err = deviceRead( target, &mskData, sz_uint64,
DEVICE_SCOM_ADDRESS(mskAddr) );
if ( nullptr != err )
{
mskData = 0;
MDIA_FAST("sm: deviceRead on 0x%08X failed "
"HUID:0x%08X",
mskAddr, get_huid(target));
Expand Down

0 comments on commit 983d5fb

Please sign in to comment.