summaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5420/pwm.c
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-07-30 13:38:13 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2013-12-21 10:48:40 +0100
commit9a9d7e8ad049041bec21b29180e2dc94d8ef37e2 (patch)
tree367ac9c3a1dac9582f4502c3d4042f8b5f029f05 /src/cpu/samsung/exynos5420/pwm.c
parentc0f82d222294b339582a5b15aadccab2933364c4 (diff)
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@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/63775 Reviewed-by: David Hendricks <dhendrix@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/4397 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5420/pwm.c')
0 files changed, 0 insertions, 0 deletions