commit | 80ec396cb6b522b23c69dfff32a2d12993e4bb30 | [log] [tgz] |
---|---|---|
author | Claudiu Manoil <claudiu.manoil@freescale.com> | Mon Feb 24 12:13:44 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 24 19:38:20 2014 -0500 |
tree | 44a83f50b3077ceb3cca75a41657f9e9218ccdb6 | |
parent | 88302648be8c45af09694363be1b165680489137 [diff] |
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 <claudiu.manoil@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>