]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/PL061: remove duplicated PL061_GPIO_DATA_REG
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Mon, 13 Feb 2017 07:52:59 +0000 (15:52 +0800)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 16 Feb 2017 11:26:46 +0000 (11:26 +0000)
commitd164a0e31bf8aa5bc8f9a184a02648585ff4f0d7
tree9b5543748d8e392811274b644c52e21a9f9dda6c
parent31d7be0135b8e8b95508daa6484bebba6280af15
ArmPlatformPkg/PL061: remove duplicated PL061_GPIO_DATA_REG

PL061_GPIO_DATA_REG offset is referenced in PL061EffectiveAddress ()
already. So remove the duplicated reference when invoke PL061GetPins ()
or PL061SetPins ().

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c