From: Wolfram Sang Date: Wed, 21 Jul 2010 02:51:13 +0000 (+0000) Subject: net/fec: restore interrupt mask after software-reset in fec_stop() X-Git-Tag: v2.6.36-rc1~571^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bee1f9ac066ef0350b961eab9fedc4d0bd0a549;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed