diff options
author | Claudiu Manoil <claudiu.manoil@freescale.com> | 2014-02-24 11:13:44 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-25 01:38:20 +0100 |
commit | 80ec396cb6b522b23c69dfff32a2d12993e4bb30 (patch) | |
tree | 44a83f50b3077ceb3cca75a41657f9e9218ccdb6 /drivers/net/ethernet/freescale/gianfar_ethtool.c | |
parent | gianfar: Fix on-the-fly vlan and mtu updates (diff) | |
download | linux-80ec396cb6b522b23c69dfff32a2d12993e4bb30.tar.xz linux-80ec396cb6b522b23c69dfff32a2d12993e4bb30.zip |
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