Am Sonntag, 23. Juni 2013, 02:48:34 schrieb Axel Lin: > Signed-off-by: Axel Lin <[email protected]>
Thanks for catching this glitch. Acked-by: Heiko Stuebner <[email protected]> > --- > drivers/pinctrl/pinctrl-rockchip.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pinctrl/pinctrl-rockchip.c > b/drivers/pinctrl/pinctrl-rockchip.c index 427564f..1eb5a2e 100644 > --- a/drivers/pinctrl/pinctrl-rockchip.c > +++ b/drivers/pinctrl/pinctrl-rockchip.c > @@ -1035,6 +1035,7 @@ static int rockchip_irq_set_type(struct irq_data *d, > unsigned int type) polarity &= ~mask; > break; > default: > + irq_gc_unlock(gc); > return -EINVAL; > } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

