From: Claudiu Manoil Date: Mon, 24 Feb 2014 10:13:44 +0000 (+0200) Subject: gianfar: Don't free/request irqs on device reset X-Git-Tag: v3.15-rc1~113^2~271^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ec396cb6b522b23c69dfff32a2d12993e4bb30;p=pandora-kernel.git gianfar: Don't free/request irqs on device reset Resetting the device (stop_gfar()/startup_gfar()) should be fast and to the point, in order to timely recover from an error condition (like Tx timeout) or during device reconfig. The irq free/ request routines are just redundant here, and they should be part of the device close/ open routines instead. Signed-off-by: Claudiu Manoil Signed-off-by: David S. Miller --- Reading git-diff-tree failed