* [PATCH net-2.6.25 3/7][ATM]: [he] This patch removes the ancient version string.
@ 2007-12-30 1:06 chas williams - CONTRACTOR
2007-12-31 7:16 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: chas williams - CONTRACTOR @ 2007-12-30 1:06 UTC (permalink / raw)
To: netdev; +Cc: davem
commit 41d6b7e20dd6d57bec4f14697f654c8211ff5d57
Author: Adrian Bunk <bunk@stusta.de>
Date: Fri Oct 26 07:29:47 2007 -0400
[ATM]: [he] This patch removes the ancient version string.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
diff --git a/drivers/atm/he.c b/drivers/atm/he.c
index d33aba6..4f1c7e6 100644
--- a/drivers/atm/he.c
+++ b/drivers/atm/he.c
@@ -1,5 +1,3 @@
-/* $Id: he.c,v 1.18 2003/05/06 22:57:15 chas Exp $ */
-
/*
he.c
@@ -99,10 +97,6 @@
#define HPRINTK(fmt,args...) do { } while (0)
#endif /* HE_DEBUG */
-/* version definition */
-
-static char *version = "$Id: he.c,v 1.18 2003/05/06 22:57:15 chas Exp $";
-
/* declarations */
static int he_open(struct atm_vcc *vcc);
@@ -366,7 +360,7 @@ he_init_one(struct pci_dev *pci_dev, const struct pci_device_id *pci_ent)
struct he_dev *he_dev = NULL;
int err = 0;
- printk(KERN_INFO "he: %s\n", version);
+ printk(KERN_INFO "ATM he driver\n");
if (pci_enable_device(pci_dev))
return -EIO;
@@ -2933,7 +2927,7 @@ he_proc_read(struct atm_dev *dev, loff_t *pos, char *page)
left = *pos;
if (!left--)
- return sprintf(page, "%s\n", version);
+ return sprintf(page, "ATM he driver\n");
if (!left--)
return sprintf(page, "%s%s\n\n",
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-2.6.25 3/7][ATM]: [he] This patch removes the ancient version string.
2007-12-30 1:06 [PATCH net-2.6.25 3/7][ATM]: [he] This patch removes the ancient version string chas williams - CONTRACTOR
@ 2007-12-31 7:16 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-12-31 7:16 UTC (permalink / raw)
To: chas; +Cc: netdev
From: "chas williams - CONTRACTOR" <chas@cmf.nrl.navy.mil>
Date: Sat, 29 Dec 2007 20:06:56 -0500
> [ATM]: [he] This patch removes the ancient version string.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-31 7:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-30 1:06 [PATCH net-2.6.25 3/7][ATM]: [he] This patch removes the ancient version string chas williams - CONTRACTOR
2007-12-31 7:16 ` David Miller
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).