diff options
author | Claudiu Manoil <claudiu.manoil@freescale.com> | 2014-02-24 14:13:44 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-25 04:38:20 +0400 |
commit | 80ec396cb6b522b23c69dfff32a2d12993e4bb30 (patch) | |
tree | 44a83f50b3077ceb3cca75a41657f9e9218ccdb6 /drivers/net/ethernet/freescale/gianfar_ethtool.c | |
parent | 88302648be8c45af09694363be1b165680489137 (diff) | |
download | linux-80ec396cb6b522b23c69dfff32a2d12993e4bb30.tar.xz |
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>
Diffstat (limited to 'drivers/net/ethernet/freescale/gianfar_ethtool.c')
0 files changed, 0 insertions, 0 deletions