X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FI2c%2FI2cDxe%2FI2cHost.c;h=68dd93188751362787cdda7c4a08c206e553379b;hp=319507cfa2cefde9628c13b1640b488c847597a0;hb=1d956501fe94a3661e501c6fa1d699f442cf4c79;hpb=c3afcf3a36d0aa9433ded54bae82fa26a4e4bceb diff --git a/MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c b/MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c index 319507cfa2..68dd931887 100644 --- a/MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c +++ b/MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c @@ -3,7 +3,7 @@ do I/O transactions to all of the devices on the I2C bus. Copyright (c) 2014, Hewlett-Packard Development Company, L.P.
- Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -896,8 +896,6 @@ I2cHostRequestEnable ( completion status @retval EFI_SUCCESS The operation completed successfully. - @retval EFI_ABORTED The request did not complete because the driver - was shutdown. @retval EFI_BAD_BUFFER_SIZE The WriteBytes or ReadBytes buffer size is too large. @retval EFI_DEVICE_ERROR There was an I2C error (NACK) during the operation. This could indicate the slave device is not present.