diff options
author | Dave Jones <davej@redhat.com> | 2010-09-29 18:50:05 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2010-09-29 18:51:28 -0400 |
commit | b990650569ea9685a17d761f133ae0160a8344af (patch) | |
tree | 657480207b17c2728bd2a5517c15e9ad8bfa8732 /linux-2.6-e1000-ich9-montevina.patch | |
parent | 416d9f932e4fb0b1d4bcaa921557e8b5acc766b7 (diff) | |
download | kernel-b990650569ea9685a17d761f133ae0160a8344af.tar.gz kernel-b990650569ea9685a17d761f133ae0160a8344af.tar.xz kernel-b990650569ea9685a17d761f133ae0160a8344af.zip |
build fix, again. I suck.
Diffstat (limited to 'linux-2.6-e1000-ich9-montevina.patch')
-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 8f494c0ff..d45fd5673 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) -+ e_dbg(hw, "got 0 phy id, trying anyway"); ++ e_dbg("got 0 phy id, trying anyway"); + /* Fall through to IGP03E1000 case below */ + else + return -E1000_ERR_PHY; |