From: Fabio Estevam Date: Sun, 21 Jul 2013 16:25:00 +0000 (-0300) Subject: fec: Fix the order for enabling/disabling the clocks X-Git-Tag: v3.12-rc1~132^2~486^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d265cf48ea0a5cf6d201abb0bfab6674019126d4;p=pandora-kernel.git fec: Fix the order for enabling/disabling the clocks On fec_probe the clocks are enabled in the following order: clk_ahb -> clk_ipg -> clk_enet_out -> clk_ptp , so in the error and remove paths we should disabled them in the opposite order. Also fix the order in the suspend/resume functions. Signed-off-by: Fabio Estevam Signed-off-by: David S. Miller --- Reading git-diff-tree failed