[coreboot-gerrit] Patch merged into coreboot/master: a955fef drivers/intel/gma/intel_dp.c: Fix printf type-specifier

gerrit at coreboot.org gerrit at coreboot.org
Tue Nov 11 14:42:19 CET 2014


the following patch was just integrated into master:
commit a955fefd146bedf1913dc81c5af66581bcb668a4
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Nov 11 16:02:05 2014 +1100

    drivers/intel/gma/intel_dp.c: Fix printf type-specifier
    
    '%02hx' is unsigned short, where as the argument is typed as
    uint8_t and so '%02hhx' is actually correct here.
    
    Found-by: Clang
    Change-Id: I40c48dcecf12845f4708e511236184908e90fb56
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
    Reviewed-on: http://review.coreboot.org/7428
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list