commit | 4bee1f9ac066ef0350b961eab9fedc4d0bd0a549 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Wed Jul 21 02:51:13 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 22 14:14:46 2010 -0700 |
tree | 6ca695f0f1387a322ae7d9ba2b1af8c90e2edb01 | |
parent | 8cd47ea19bf8c6f9d3a41b3c312237d007138ae0 [diff] |
net/fec: restore interrupt mask after software-reset in fec_stop() After the change from mdio polling to irq, it became necessary to restore the interrupt mask after resetting the chip in fec_stop(). Otherwise, with all irqs disabled, no communication with the PHY will be possible after e.g. un-/replugging the cable and the device gets stalled. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>