[coreboot-gerrit] Patch merged into coreboot/master: f38d0d4 exynos5250: Fix consts in the pwm code

gerrit at coreboot.org gerrit at coreboot.org
Sat Dec 21 10:48:41 CET 2013


the following patch was just integrated into master:
commit f38d0d4f39147dab8f764170fc9d9cb7aa3d2f7b
Author: Gabe Black <gabeblack at google.com>
Date:   Tue Jul 30 13:38:13 2013 -0700

    exynos5250: Fix consts in the pwm code
    
    The code generally intended to make the pointer const instead of the thing it
    pointed at, but it had const backwards. Sometimes both the pointer and the
    data could be const, but sometimes there were writes where only the pointer
    should be.
    
    Change-Id: Ifcd5495769b86b47d7b583cce63ed5c2158bec4e
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/63775
    Reviewed-by: David Hendricks <dhendrix at chromium.org>
    Commit-Queue: Gabe Black <gabeblack at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>


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

-gerrit



More information about the coreboot-gerrit mailing list