From ee9b96fff03eb771d04a64b5d61e553834415bcf Mon Sep 17 00:00:00 2001 From: crgeddes Date: Mon, 27 Jun 2016 11:06:24 -0500 Subject: Refactor plat_getScom and plat_putScom to use opMode param Previously opMode had not been implemented to so we were not using it while making scom calls through the fapi2 hw access interface. Now that opMode is available the param is being added to the plat call. RTC:144505 Change-Id: If9ac3914082620309c73fb29e3a6074abc2cb89b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26299 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Andres A. Lugo-Reyes Reviewed-by: Andrew J. Geissler Reviewed-by: Daniel M. Crowell --- src/usr/scom/scomtrans.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr/scom/scomtrans.C') diff --git a/src/usr/scom/scomtrans.C b/src/usr/scom/scomtrans.C index 3c3c82588..f0923ae43 100644 --- a/src/usr/scom/scomtrans.C +++ b/src/usr/scom/scomtrans.C @@ -195,8 +195,7 @@ errlHndl_t startScomProcess(DeviceFW::OperationType i_opType, io_buffer, io_buflen, i_accessType, - l_addr, - l_opMode); + l_addr); } // @todo RTC:124196 need to move this to a more general location so that -- cgit v1.2.1