commit | 22bbd21b81189942688db5aafe4a72074f38561b | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Apr 27 11:08:35 2016 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat Apr 30 13:34:53 2016 +0200 |
tree | b5f603da32f7335c3064e1f133ee45524132cda9 | |
parent | b5aa1006e4a93ebb402490b4536a7d8866d967dc [diff] |
pinctrl: baytrail: fix some error handling in debugfs We need to unlock before continuing. Also the continue was accidentally left out on one error path which would lead to a NULL dereference. Fixes: 86e3ef812fe3 ('pinctrl: baytrail: Update gpio chip operations') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>