[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4D17A1ED.4080601@redfish-solutions.com>
Date: Sun, 26 Dec 2010 12:13:33 -0800
From: Philip Prindeville <philipp_subx@...fish-solutions.com>
To: netdev@...r.kernel.org
CC: linux-atm-general@...ts.sourceforge.net
Subject: Re: [PATCH 1/1] Use VPI.VCI notation consistently in solos-pci driver
Nix.
My sed script mangled the paths, and after doing a quick check on git.kernel.org I see this one has already been applied... it just hasn't made it back downstream into the openadsl project on SourceForge.
On 12/26/10 11:09 AM, Philip Prindeville wrote:
> Use VPI.VCI notation consistently.
>
> Signed-of-by: Philip Prindeville<philipp@...fish-solutions.com>
> ---
>
> --- a/drivers/atm/solos-pci-0.11/solos-pci.c 2010-12-24 01:07:09.000000000 -0700
> +++ b/drivers/atm/solos-pci-0.11/solos-pci.c 2010-12-24 14:18:45.000000000 -0700
> @@ -734,8 +734,8 @@ void solos_bh(unsigned long card_arg)
> le16_to_cpu(header->vci));
> if (!vcc) {
> if (net_ratelimit())
> - dev_warn(&card->dev->dev, "Received packet for unknown VCI.VPI %d.%d on port %d\n",
> - le16_to_cpu(header->vci), le16_to_cpu(header->vpi),
> + dev_warn(&card->dev->dev, "Received packet for unknown VPI.VCI %d.%d on port %d\n",
> + le16_to_cpu(header->vpi), le16_to_cpu(header->vci),
> port);
> continue;
> }
>
>
--
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