From: Alexandre Belloni Date: Wed, 7 Jan 2015 22:59:26 +0000 (+0100) Subject: net/at91_ether: prepare and unprepare clock X-Git-Tag: fixes-v4.0-rc1~296^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caffd45e2e686f6c9238b7c982f6d1c57c741f0a;p=pandora-kernel.git net/at91_ether: prepare and unprepare clock The clock is enabled without being prepared, this leads to: WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:889 __clk_enable+0x24/0xa8() and a non working ethernet interface. Use clk_prepare_enable() and clk_disable_unprepare() to handle the clock. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon Acked-by: Nicolas Ferre Signed-off-by: David S. Miller --- Reading git-diff-tree failed