commit | ae8a0a9836706356aedc8fc3dea2927bada696c4 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Jan 04 19:09:08 2019 +0100 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Jan 06 15:26:31 2019 +0100 |
tree | 7c38fd876cc1415ad3b8fcc8ae77e067d5050384 | |
parent | a6401bff46ee6d22dd30da2f0ec2ef6533d04c0b [diff] |
rockchip: rk3399: fix missing braces in full pinctrl Braces around the error-case for rk3399_pinctrl_set_pin_pupd lead to an unconditional (and unintended) return from the function without it ever setting pin-configurations. Fix it. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>