From: Hans de Goede Date: Tue, 20 May 2014 09:38:18 +0000 (+0200) Subject: stmmac: Remove unbalanced clk_disable call X-Git-Tag: omap-for-v3.16/fixes-against-rc1~146^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89df20d951b310f3e33422554054ae6e58a3c7a9;p=pandora-kernel.git stmmac: Remove unbalanced clk_disable call The stmmac_open call was calling clk_disable_unprepare on phy init failure, but it never calls clk_prepare_enable, this causes a WARN_ON in the clk framework to trigger if for some reason phy init fails. Signed-off-by: Hans de Goede Acked-by: Giuseppe Cavallaro Acked-by: Chen-Yu Tsai Signed-off-by: David S. Miller --- Reading git-diff-tree failed