From c3afcf3a36d0aa9433ded54bae82fa26a4e4bceb Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Fri, 8 May 2015 07:30:03 +0000 Subject: 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 Reviewed-by: Jie Lin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17367 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/I2cIo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/I2cIo.h b/MdePkg/Include/Protocol/I2cIo.h index 3627d0de38..228f7bf4a0 100644 --- a/MdePkg/Include/Protocol/I2cIo.h +++ b/MdePkg/Include/Protocol/I2cIo.h @@ -106,8 +106,7 @@ typedef struct _EFI_I2C_IO_PROTOCOL EFI_I2C_IO_PROTOCOL; large. @retval EFI_DEVICE_ERROR There was an I2C error (NACK) during the transaction. - @retval EFI_INVALID_PARAMETER RequestPacket is NULL - @retval EFI_NOT_FOUND Reserved bit set in the SlaveAddress parameter + @retval EFI_INVALID_PARAMETER RequestPacket is NULL. @retval EFI_NO_MAPPING The EFI_I2C_HOST_PROTOCOL could not set the bus configuration required to access this I2C device. -- cgit v1.2.3