1
0
Fork 0

[PATCH] Char: mxser_new, remove request for testers line

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>
hifive-unleashed-5.1
Jiri Slaby 2006-12-08 02:38:19 -08:00 committed by Linus Torvalds
parent eba529ecf7
commit e7eafa3245
1 changed files with 0 additions and 3 deletions

View File

@ -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");