MdePkg, MdeModulePkg: Remove EFI_NOT_FOUND from I2C IO protocol

It's to follow the PI spec 1.4.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jie Lin <jie.lin@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17367 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Ruiyu Ni 2015-05-08 07:30:03 +00:00 committed by niruiyu
parent 0cccafeacb
commit c3afcf3a36
2 changed files with 1 additions and 3 deletions

View File

@ -1115,7 +1115,6 @@ RegisterI2cDevice (
@retval EFI_DEVICE_ERROR There was an I2C error (NACK) during the @retval EFI_DEVICE_ERROR There was an I2C error (NACK) during the
transaction. transaction.
@retval EFI_INVALID_PARAMETER RequestPacket is NULL @retval EFI_INVALID_PARAMETER RequestPacket is NULL
@retval EFI_NOT_FOUND Reserved bit set in the SlaveAddress parameter
@retval EFI_NO_MAPPING The EFI_I2C_HOST_PROTOCOL could not set the @retval EFI_NO_MAPPING The EFI_I2C_HOST_PROTOCOL could not set the
bus configuration required to access this I2C bus configuration required to access this I2C
device. device.

View File

@ -106,8 +106,7 @@ typedef struct _EFI_I2C_IO_PROTOCOL EFI_I2C_IO_PROTOCOL;
large. large.
@retval EFI_DEVICE_ERROR There was an I2C error (NACK) during the @retval EFI_DEVICE_ERROR There was an I2C error (NACK) during the
transaction. transaction.
@retval EFI_INVALID_PARAMETER RequestPacket is NULL @retval EFI_INVALID_PARAMETER RequestPacket is NULL.
@retval EFI_NOT_FOUND Reserved bit set in the SlaveAddress parameter
@retval EFI_NO_MAPPING The EFI_I2C_HOST_PROTOCOL could not set the @retval EFI_NO_MAPPING The EFI_I2C_HOST_PROTOCOL could not set the
bus configuration required to access this I2C bus configuration required to access this I2C
device. device.