[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D1792D1.4040803@redfish-solutions.com>
Date: Sun, 26 Dec 2010 11:09:05 -0800
From: Philip Prindeville <philipp_subx@...fish-solutions.com>
To: netdev@...r.kernel.org
CC: linux-atm-general@...ts.sourceforge.net
Subject: [PATCH 1/1] Use VPI.VCI notation consistently in solos-pci driver
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