commit | 33502f371d49161a66f7c1f3752dbfc1358129c0 | [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 | 53240275666acf32cb9811e44eaf2fd571a6cb75 [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>