From patchwork Fri Apr 9 11:04:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 49820 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 54449B7CF6 for ; Fri, 9 Apr 2010 21:14:21 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752377Ab0DILOO (ORCPT ); Fri, 9 Apr 2010 07:14:14 -0400 Received: from zmc.proxad.net ([212.27.53.206]:34059 "EHLO zmc.proxad.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752043Ab0DILON (ORCPT ); Fri, 9 Apr 2010 07:14:13 -0400 X-Greylist: delayed 504 seconds by postgrey-1.27 at vger.kernel.org; Fri, 09 Apr 2010 07:14:13 EDT Received: from localhost (localhost [127.0.0.1]) by zmc.proxad.net (Postfix) with ESMTP id EDE0534180A2; Fri, 9 Apr 2010 13:05:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -3.024 X-Spam-Level: X-Spam-Status: No, score=-3.024 tagged_above=-10 required=2.8 tests=[ALL_TRUSTED=-1.8, AWL=0.245, BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13] autolearn=no Received: from zmc.proxad.net ([127.0.0.1]) by localhost (zmc.proxad.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UWmQxN71fja0; Fri, 9 Apr 2010 13:05:47 +0200 (CEST) Received: from flexo.localnet (bobafett.staff.proxad.net [213.228.1.121]) by zmc.proxad.net (Postfix) with ESMTPSA id 8DAA93418083; Fri, 9 Apr 2010 13:05:47 +0200 (CEST) From: Florian Fainelli Date: Fri, 9 Apr 2010 13:04:45 +0200 Subject: [PATCH 1/2] PHY: fix typo in bcm63xx PHY driver table MIME-Version: 1.0 X-TUID: e8f25fdad6e415f8 X-UID: 46 X-Length: 1161 Organization: Freebox To: netdev@vger.kernel.org Cc: David Miller Message-Id: <201004091304.45392.ffainelli@freebox.fr> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Florian Fainelli --- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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);