[coreboot-gerrit] Patch merged into coreboot/master: e95db22 chromeec: Fix printf formatting warning

gerrit at coreboot.org gerrit at coreboot.org
Tue Apr 14 09:01:04 CEST 2015


the following patch was just integrated into master:
commit e95db22c7517d7c3b02b0aa1efc79a21af8b0844
Author: Anatol Pomozov <anatol.pomozov at gmail.com>
Date:   Thu Apr 9 20:58:02 2015 -0700

    chromeec: Fix printf formatting warning
    
    src/ec/google/chromeec/ec_lpc.c: In function ‘google_chromeec_command_v3’:
    src/ec/google/chromeec/ec_lpc.c:88:3: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘unsigned int’ [-Werror=format=]
       printk(BIOS_ERR, "EC cannot send %ld bytes\n",
       ^
    cc1: all warnings being treated as errors
    
    Signed-off-by: Anatol Pomozov <anatol.pomozov at gmail.com>
    Change-Id: I0d47350f00102a959d54a64b8f932099fc13f886
    Reviewed-on: http://review.coreboot.org/9558
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list