commit | e25ee68bbd5589b2d2054206fdb0643bffe47469 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Aug 17 10:20:35 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Aug 21 11:18:03 2017 -0500 |
tree | 33c2233ecd8f8c76407d312f0f375e5403b7359c | |
parent | dd52b8ea02da44b58dd16b8304fec16a15b24648 [diff] |
arch: arm: stm32f1: Fix how we determine pull-up/pull-down for gpio When we mask out the GPIO High impedance/Pull-up/Pull-down field we should be shifting the mask file, not shifting the field. This is because all the other defines already assume the shift. Coverity-CID: 173640 Jira: ZEP-2538 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>