commit | 21d4de1469a1da20a14a745c5f49488bba417ea7 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Oct 08 10:12:01 2015 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Oct 15 16:43:51 2015 +0200 |
tree | d0c39132649b032b524328ea7d0abf88a4134795 | |
parent | 78856ac0dd33036ae08a18b644e9fa40b30ee011 [diff] |
gpio: pl061: returning with lock held in pl061_irq_type() We were returning with "chip->lock" held by mistake. It's safe to move the return to before we take the spinlock. Fixes: 1dbf7f299f90 ('gpio: pl061: detail IRQ trigger handling') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>