From: Boris BREZILLON Date: Sun, 15 Dec 2013 18:30:51 +0000 (+0100) Subject: pinctrl: at91: fix clk_unprepare and clk_disable order X-Git-Tag: v3.14-rc1~144^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=795f9953eaccf9e343cad9aecbf8956046090d76;p=pandora-kernel.git 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 Acked-by: Nicolas Ferre Signed-off-by: Linus Walleij --- Reading git-diff-tree failed