From: Fabio Estevam Date: Mon, 27 May 2013 03:48:32 +0000 (+0000) Subject: fec: Remove irqs first X-Git-Tag: v3.11-rc1~16^2~300^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c55284e4ddf3779f52d730bedfa264d35d42e539;p=pandora-kernel.git fec: Remove irqs first During probe the clocks are enabled prior than the acquiring the interrupts. In the remove function we need to do the opposite: first remove the interrupts and then disable the clocks. Signed-off-by: Fabio Estevam Signed-off-by: David S. Miller --- Reading git-diff-tree failed