[PATCH] Char: mxser_new, remove request for testers line
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:19 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:53 +0000 (08:28 -0800)
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>
drivers/char/mxser_new.c

index 61c5594..1ce36dc 100644 (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");