commit | e82f54ba030b429c06b5240cbe7eeaaa03a8db11 | [log] [tgz] |
---|---|---|
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Nov 14 06:45:07 2008 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 16 19:05:02 2008 -0800 |
tree | c1502656045e4aa37d2f6379484a4eaab1922eab | |
parent | 3ee82383f0098a2e13acc8cf1be8e47512f41e5a [diff] |
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 <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>