Paul Gortmaker wrote:
In message: [PATCH] PHY: add BCM5464 support to broadcom PHY driver
on 09/04/2008 Paul Gortmaker wrote:
@@ -175,6 +192,8 @@ static int __init broadcom_init(void)
out_5482:
phy_driver_unregister(&bcm5461_driver);
+out_5464:
+ phy_driver_unregister(&bcm5464_driver);
out_5461:
phy_driver_unregister(&bcm5421_driver);
out_5421:
Arrgh. Resending with the right unwind order this time...
--------
From f3a3b7e15adc7e8cbb9d62ae2b07fae030e45d86 Mon Sep 17 00:00:00 2001
From: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx>
Date: Mon, 7 Apr 2008 14:09:00 -0400
Subject: [PATCH] PHY: add BCM5464 support to broadcom PHY driver
The BCM5464 can be used with the current broadcom PHY driver
by just adding the appropriate chip ID and using the existing
support within. I also fixed the bad whitespace in the recently
added 5482 support that lie within the context of this patch.
Signed-off-by: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx>
---
drivers/net/phy/broadcom.c | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
doesn't seem to apply... can you please regenerate against
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26.git ?
--
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html