From d265cf48ea0a5cf6d201abb0bfab6674019126d4 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sun, 21 Jul 2013 13:25:00 -0300 Subject: [PATCH] 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-format-patch failed