[coreboot] Patch merged into coreboot/master: 1325fcc UHCI: use proper pointer size

gerrit at coreboot.org gerrit at coreboot.org
Fri Sep 21 23:46:24 CEST 2012


the following patch was just integrated into master:
commit 1325fcc384a65a803c13aaaea50de46645d525e0
Author: Anton Kochkov <anton.kochkov at gmail.com>
Date:   Thu Sep 20 10:24:01 2012 +0200

    UHCI: use proper pointer size
    
    We used sizeof(listp*) at a place where sizeof(listp) is more appropriate:
    While these are pointers, they're part of the UHCI design, and don't depend
    on ISA details.
    
    Change-Id: I4d3cb571c9a407103bc81fc171a8e73b68f7c7a1
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>

Build-Tested: build bot (Jenkins) at Fri Sep 21 18:35:56 2012, giving +1
Reviewed-By: Anton Kochkov <anton.kochkov at gmail.com> at Fri Sep 21 23:46:23 2012, giving +2
See http://review.coreboot.org/1530 for details.

-gerrit




More information about the coreboot mailing list