Skip to content

Commit

Permalink
[PATCH] Char: mxser_new, remove request for testers line
Browse files Browse the repository at this point in the history
Remove printk with info we are looking for a tester.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent eba529e commit e7eafa3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,6 @@ static int __init mxser_module_init(void)

if (verbose)
printk(KERN_DEBUG "Loading module mxser ...\n");
printk(KERN_INFO "This is mxser driver version 1.9.1 and needs TESTING."
"If your are willing to test this driver, please report to "
"jirislaby@gmail.com. Thanks.\n");
ret = mxser_init();
if (verbose)
printk(KERN_DEBUG "Done.\n");
Expand Down

0 comments on commit e7eafa3

Please sign in to comment.