From: Jeff Kirsher Date: Fri, 14 Nov 2008 06:45:07 +0000 (+0000) Subject: e1000e: fix warn_on reload after phy_id error X-Git-Tag: v2.6.28-rc6~62^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82f54ba030b429c06b5240cbe7eeaaa03a8db11;p=pandora-kernel.git e1000e: fix warn_on reload after phy_id error If the driver fails to initialize the first time due to the failure in the phy_id check the kernel triggers a warn_on on the second try to load the driver because the driver did not free the msi/x resources in the first load because of the previous failure in phy_id check. Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed