* [PATCH 1/1] Use VPI.VCI notation consistently in solos-pci driver
@ 2010-12-26 19:09 Philip Prindeville
2010-12-26 20:13 ` Philip Prindeville
0 siblings, 1 reply; 2+ messages in thread
From: Philip Prindeville @ 2010-12-26 19:09 UTC (permalink / raw)
To: netdev; +Cc: linux-atm-general
Use VPI.VCI notation consistently.
Signed-of-by: Philip Prindeville<philipp@redfish-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;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] Use VPI.VCI notation consistently in solos-pci driver
2010-12-26 19:09 [PATCH 1/1] Use VPI.VCI notation consistently in solos-pci driver Philip Prindeville
@ 2010-12-26 20:13 ` Philip Prindeville
0 siblings, 0 replies; 2+ messages in thread
From: Philip Prindeville @ 2010-12-26 20:13 UTC (permalink / raw)
To: netdev; +Cc: linux-atm-general
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@redfish-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;
> }
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-26 20:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-26 19:09 [PATCH 1/1] Use VPI.VCI notation consistently in solos-pci driver Philip Prindeville
2010-12-26 20:13 ` Philip Prindeville
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).