]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: fix missing unlock on error in pinctrl_groups_show()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 22 Oct 2012 04:58:09 +0000 (12:58 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 Oct 2012 08:35:10 +0000 (10:35 +0200)
commit52b0eacf229cb50d9ddc5ed887e71cad08e775ba
tree91207cfe3eb4001df38c5e60489a225d27855be3
parent7b10d22e2586d5092c476a6cd6b2b630564e234f
pinctrl: fix missing unlock on error in pinctrl_groups_show()

Add the missing unlock on the error handle path in function
pinctrl_groups_show().

Cc: stable@kernel.org
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.c