diff --git a/debian/changelog b/debian/changelog index c9e22afa2..1e506187c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ linux-2.6 (2.6.32-12) UNRELEASED; urgency=low * [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. diff --git a/debian/patches/bugfix/all/phylib-fix-typo-in-bcm6xx-PHY-driver-table.patch b/debian/patches/bugfix/all/phylib-fix-typo-in-bcm6xx-PHY-driver-table.patch new file mode 100644 index 000000000..b51b22367 --- /dev/null +++ b/debian/patches/bugfix/all/phylib-fix-typo-in-bcm6xx-PHY-driver-table.patch @@ -0,0 +1,17 @@ +From: Florian Fainelli +Subject: [PATCH] PHY: fix typo in bcm63xx PHY driver table +Date: Fri, 9 Apr 2010 13:04:45 +0200 + + +Signed-off-by: Florian Fainelli +--- +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); diff --git a/debian/patches/series/12 b/debian/patches/series/12 index dcc285572..c57b1e4df 100644 --- a/debian/patches/series/12 +++ b/debian/patches/series/12 @@ -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