summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2015-05-08 07:30:03 +0000
committerniruiyu <niruiyu@Edk2>2015-05-08 07:30:03 +0000
commitc3afcf3a36d0aa9433ded54bae82fa26a4e4bceb (patch)
tree3e9d847b774d59602cfe5d322db7280ae4fe71ce /MdeModulePkg
parent0cccafeacb6e751d68f288530f33d34708bef376 (diff)
downloadedk2-platforms-c3afcf3a36d0aa9433ded54bae82fa26a4e4bceb.tar.xz
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c b/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c
index c9913c07ca..c1634c9716 100644
--- a/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c
+++ b/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c
@@ -1115,7 +1115,6 @@ RegisterI2cDevice (
@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_NO_MAPPING The EFI_I2C_HOST_PROTOCOL could not set the
bus configuration required to access this I2C
device.