Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43701
b: refs/heads/master
c: 11c8387
h: refs/heads/master
i:
  43699: 21b70dd
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent e493358 commit ceda668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34b55b865ed12494e23b09b5d2e8da22047fd6a7
refs/heads/master: 11c838772d58d9807b1cb7fa4e0bec1b0302e318
7 changes: 2 additions & 5 deletions trunk/drivers/char/sx.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* USA.
*
* Revision history:
* $Log: sx.c,v $
* Revision 1.33 2000/03/09 10:00:00 pvdl,wolff
* - Fixed module and port counting
* - Fixed signal handling
Expand Down Expand Up @@ -199,9 +198,7 @@
*
* */


#define RCS_ID "$Id: sx.c,v 1.33 2000/03/08 10:01:02 wolff, pvdl Exp $"
#define RCS_REV "$Revision: 1.33 $"
#define SX_VERSION 1.33

#include <linux/module.h>
#include <linux/kdev_t.h>
Expand Down Expand Up @@ -2052,7 +2049,7 @@ static void printheader(void)
if (!header_printed) {
printk (KERN_INFO "Specialix SX driver "
"(C) 1998/1999 R.E.Wolff@BitWizard.nl \n");
printk (KERN_INFO "sx: version %s\n", RCS_ID);
printk (KERN_INFO "sx: version " __stringify(SX_VERSION) "\n");
header_printed = 1;
}
}
Expand Down

0 comments on commit ceda668

Please sign in to comment.