[coreboot] Patch merged into coreboot/master: 1ef774a Fix printk types in SPI flash drivers

gerrit at coreboot.org gerrit at coreboot.org
Sat May 26 00:37:34 CEST 2012


the following patch was just integrated into master:
commit 1ef774ab8232f66de72fb2dcd796ee819476b213
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon May 14 13:52:32 2012 -0700

    Fix printk types in SPI flash drivers
    
    - use %zu instead of %zd for size_t (%zd is for ssize_t)
    - use %x instead of %lx for u32
    - break some long lines to avoid commit hook trouble
    
    Change-Id: Idfad716523dbcd2a595d26317240e972b5253e8b
    Signed-off-by: Stefan Reinauer <reinauer at google.com>

Build-Tested: build bot (Jenkins) at Fri May 25 23:08:15 2012, giving +1
See http://review.coreboot.org/1041 for details.

-gerrit




More information about the coreboot mailing list