From: Jesse Brandeburg Date: Wed, 14 Nov 2007 05:00:09 +0000 (-0800) Subject: [E1000]: Fix schedule while atomic when called from mii-tool. X-Git-Tag: v2.6.24-rc3~16^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0163ac45b40bd032b877c747796146d52d4e800;p=pandora-kernel.git [E1000]: Fix schedule while atomic when called from mii-tool. mii-tool can cause the driver to call msleep during nway reset, bugzilla.kernel.org bug 8430. Fix by simply calling reinit_locked outside of the spinlock, which is safe from ethtool, so it should be safe from here. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok Signed-off-by: David S. Miller --- Reading git-diff-tree failed