build fix

This commit is contained in:
Dave Jones 2010-09-29 18:31:36 -04:00
parent fbce23b0ff
commit 8f3d6a8c3f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ enough to carry just to keep those SDVs working.
switch (phy->id) {
+ case 0:
+ if (hw->adapter->pdev->device == 0x10be)
+ hw_dbg(hw, "got 0 phy id, trying anyway");
+ e_dbg(hw, "got 0 phy id, trying anyway");
+ /* Fall through to IGP03E1000 case below */
+ else
+ return -E1000_ERR_PHY;