]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: at91: fix clk_unprepare and clk_disable order
authorBoris BREZILLON <b.brezillon@overkiz.com>
Sun, 15 Dec 2013 18:30:51 +0000 (19:30 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 16 Dec 2013 13:21:43 +0000 (14:21 +0100)
commit45d7b94151ca8969d8b294c71e3780e63c403f53
treec6fbb37934a75f0c67a303206a4bdbd69b7dfec4
parent92298b473461015bd00b69822e1642485c24b4e1
pinctrl: at91: fix clk_unprepare and clk_disable order

clk_unprepare shall be called before clk_disable.
Fix the issue by replacing the clk_unprepare and clk_disable calls by a
single clk_disable_unprepare call.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-at91.c