[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20110620.141850.39278689858002609.davem@davemloft.net>
Date: Mon, 20 Jun 2011 14:18:50 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: barry@...ssling.com
Cc: netdev@...r.kernel.org, buytenh@...tstofly.org
Subject: Re: [PATCH 1/1] Allow cascading to work with 6131 chip
From: Barry Grussling <barry@...ssling.com>
Date: Mon, 20 Jun 2011 13:40:33 -0700
> ---
> net/dsa/mv88e6131.c | 8 ++++++--
> 1 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/net/dsa/mv88e6131.c b/net/dsa/mv88e6131.c
> index 45f7411..1a1d1d1 100644
> --- a/net/dsa/mv88e6131.c
> +++ b/net/dsa/mv88e6131.c
> @@ -118,10 +118,14 @@ static int mv88e6131_setup_global(struct dsa_switch *ds)
> REG_WRITE(REG_GLOBAL, 0x1a, (dsa_upstream_port(ds) * 0x1100) | 0x00f0);
>
> /*
> - * Disable cascade port functionality, and set the switch's
> + * Disable cascade port functionality unless this device is
> + * used in a cascade configuration, and set the switch's
This screws up the formatting, please don't do this.
The line is not aligned properly, it uses spaces instead of
TAB characters, etc. etc. etc.
--
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