[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51ADD73E.40405@cogentembedded.com>
Date: Tue, 04 Jun 2013 16:02:06 +0400
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Mugunthan V N <mugunthanvnm@...com>
CC: netdev@...r.kernel.org, davem@...emloft.net,
devicetree-discuss@...ts.ozlabs.org, linux-omap@...r.kernel.org,
benoit.cousson@...aro.org, paul@...an.com,
Matus Ujhelyi <ujhelyi.m@...il.com>
Subject: Re: [net-next PATCH 1/8] drivers: net: phy: at803x code cleanup on
register and unregister driver
Hello.
On 04-06-2013 10:10, Mugunthan V N wrote:
> Make use of phy_drivers_register/phy_drivers_unregister to register/unregister
> multiple phy drivers in a single module.
> Cc: Matus Ujhelyi <ujhelyi.m@...il.com>
> Signed-off-by: Mugunthan V N <mugunthanvnm@...com>
> ---
> drivers/net/phy/at803x.c | 35 ++++++++++-------------------------
> 1 file changed, 10 insertions(+), 25 deletions(-)
> diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c
> index 45cbc10..a1063e1 100644
> --- a/drivers/net/phy/at803x.c
> +++ b/drivers/net/phy/at803x.c
> @@ -108,8 +108,9 @@ static int at803x_config_init(struct phy_device *phydev)
> return 0;
> }
>
> -/* ATHEROS 8035 */
> -static struct phy_driver at8035_driver = {
> +static struct phy_driver at803x_driver[] = {
> +{
> + /* ATHEROS 8035 */
> .phy_id = 0x004dd072,
> .name = "Atheros 8035 ethernet",
> .phy_id_mask = 0xffffffef,
That's improper indentation. Needs to be shifted by one tab.
> @@ -136,32 +135,18 @@ static struct phy_driver at8030_driver = {
> .driver = {
> .owner = THIS_MODULE,
> },
> -};
> +} };
Looks ugly...
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists