[coreboot-gerrit] Patch merged into coreboot/master: a5dc091 i2c: Change the type of the data parameter to uint8_t.

gerrit at coreboot.org gerrit at coreboot.org
Wed Jul 10 23:19:58 CEST 2013


the following patch was just integrated into master:
commit a5dc0911293d4bdc7e1a0c5a2e3abd80ee51b857
Author: Gabe Black <gabeblack at google.com>
Date:   Sun Jun 30 03:47:33 2013 -0700

    i2c: Change the type of the data parameter to uint8_t.
    
    Data is intended to be a byte array, so it should be described by a type which
    has a fixed size equal to an 8 bit byte. Also, the data passed to write
    shouldn't be modified and can be const.
    
    Change-Id: I6466303d962998f6c37c2d4006a39c2d79a235c1
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
    Reviewed-on: http://review.coreboot.org/3721
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See http://review.coreboot.org/3721 for details.

-gerrit



More information about the coreboot-gerrit mailing list