[kernel/f14/master] build fix

Dave Jones davej at fedoraproject.org
Wed Sep 29 22:31:38 UTC 2010


commit 8f3d6a8c3f4218ebac86a0d542e3d2ca70da456b
Author: Dave Jones <davej at redhat.com>
Date:   Wed Sep 29 18:31:36 2010 -0400

    build fix

 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 888d0a7..8f494c0 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;


More information about the scm-commits mailing list