[kernel] r15503 - in dists/sid/linux-2.6/debian: . patches/bugfix/all patches/series

Ben Hutchings benh at alioth.debian.org
Fri Apr 9 21:38:24 UTC 2010


Author: benh
Date: Fri Apr  9 21:38:21 2010
New Revision: 15503

Log:
phylib: Fix typo in bcm63xx PHY driver table

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/all/phylib-fix-typo-in-bcm6xx-PHY-driver-table.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/12

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Fri Apr  9 15:53:34 2010	(r15502)
+++ dists/sid/linux-2.6/debian/changelog	Fri Apr  9 21:38:21 2010	(r15503)
@@ -5,6 +5,7 @@
   * [x86] PCI/forcedeth: Disable MSI for MCP55 on P5N32-E SLI
     (Closes: #552299)
   * drm/radeon: R300 AD only has one quad pipe (Closes: #575681)
+  * phylib: Fix typo in bcm63xx PHY driver table
 
   [ maximilian attems]
   * Ignore ABI breakage due to libata switch.

Added: dists/sid/linux-2.6/debian/patches/bugfix/all/phylib-fix-typo-in-bcm6xx-PHY-driver-table.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/phylib-fix-typo-in-bcm6xx-PHY-driver-table.patch	Fri Apr  9 21:38:21 2010	(r15503)
@@ -0,0 +1,17 @@
+From: Florian Fainelli <ffainelli at freebox.fr>
+Subject: [PATCH] PHY: fix typo in bcm63xx PHY driver table
+Date: Fri, 9 Apr 2010 13:04:45 +0200
+
+
+Signed-off-by: Florian Fainelli <ffainelli at freebox.fr>
+---
+diff --git a/drivers/net/phy/bcm63xx.c b/drivers/net/phy/bcm63xx.c
+index ac5e498..c128156 100644
+--- a/drivers/net/phy/bcm63xx.c
++++ b/drivers/net/phy/bcm63xx.c
+@@ -137,4 +137,4 @@ static struct mdio_device_id bcm63xx_tbl[] = {
+ 	{ }
+ };
+ 
+-MODULE_DEVICE_TABLE(mdio, bcm64xx_tbl);
++MODULE_DEVICE_TABLE(mdio, bcm63xx_tbl);

Modified: dists/sid/linux-2.6/debian/patches/series/12
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/12	Fri Apr  9 15:53:34 2010	(r15502)
+++ dists/sid/linux-2.6/debian/patches/series/12	Fri Apr  9 21:38:21 2010	(r15503)
@@ -1,3 +1,4 @@
 + bugfix/x86/PCI-Disable-MSI-for-MCP55-on-P5N32-E-SLI.patch
 + bugfix/all/drm-radeon-R300-AD-only-has-one-quad-pipe.patch
 + features/all/drivers-block-drbd-add.patch
++ bugfix/all/phylib-fix-typo-in-bcm6xx-PHY-driver-table.patch



More information about the Kernel-svn-changes mailing list