Skip to content

Commit

Permalink
SW431549 DMI Read Erepair
Browse files Browse the repository at this point in the history
- Header file was using the wrong target type.

Change-Id: If7e022afdfc98fbaf2f035bc3af4cae45c5402b4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59728
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Gary A. Peterson <garyp@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59899
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
steffenchris authored and dcrowell77 committed Jun 7, 2018
1 parent 3a3a0d0 commit 4a51cec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern "C"
* @retval ReturnCode
*/
fapi2::ReturnCode
p9_io_dmi_read_erepair(const fapi2::Target< fapi2::TARGET_TYPE_XBUS >& i_target,
p9_io_dmi_read_erepair(const fapi2::Target< fapi2::TARGET_TYPE_DMI >& i_target,
std::vector< uint8_t >& o_bad_lanes);

} // extern "C"
Expand Down

0 comments on commit 4a51cec

Please sign in to comment.