Am Donnerstag, 14. November 2013, 09:22:54 schrieb Dan Carpenter: > We need to unlock here before returning -EINVAL. I seem to say this a lot recently: thanks for the catch :-) > Fixes: 6ca5274d1d12 ('pinctrl: rockchip: add rk3188 specifics') > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Acked-by: Heiko Stuebner <heiko@xxxxxxxxx> > diff --git a/drivers/pinctrl/pinctrl-rockchip.c > b/drivers/pinctrl/pinctrl-rockchip.c index e939c28..bfd1824 100644 > --- a/drivers/pinctrl/pinctrl-rockchip.c > +++ b/drivers/pinctrl/pinctrl-rockchip.c > @@ -504,6 +504,7 @@ static int rockchip_set_pull(struct rockchip_pin_bank > *bank, data |= (3 << bit); > break; > default: > + spin_unlock_irqrestore(&bank->slock, flags); > dev_err(info->dev, "unsupported pull setting %d\n", > pull); > return -EINVAL; -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html