diff options
author | Dave Jones <davej@redhat.com> | 2010-09-29 18:31:36 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2010-09-29 18:32:08 -0400 |
commit | 416d9f932e4fb0b1d4bcaa921557e8b5acc766b7 (patch) | |
tree | 354eed0883b80a27425934ab880562a489e9fb24 | |
parent | f737348ecbc174fedd88eebcdb4c32ced27d22d5 (diff) | |
download | kernel-416d9f932e4fb0b1d4bcaa921557e8b5acc766b7.tar.gz kernel-416d9f932e4fb0b1d4bcaa921557e8b5acc766b7.tar.xz kernel-416d9f932e4fb0b1d4bcaa921557e8b5acc766b7.zip |
build fix
-rw-r--r-- | linux-2.6-e1000-ich9-montevina.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6-e1000-ich9-montevina.patch b/linux-2.6-e1000-ich9-montevina.patch index 888d0a766..8f494c0ff 100644 --- a/linux-2.6-e1000-ich9-montevina.patch +++ b/linux-2.6-e1000-ich9-montevina.patch @@ -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; |