aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2006-12-08 02:38:19 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-08 08:28:53 -0800
commite7eafa3245be66b3db5d430e2fb3414b1a32298a (patch)
treed1ca586f4ba30267288d178f167a01b116f517e1 /drivers/char
parenteba529ecf76fcea5f82ceaf803b030d5e0ce71f7 (diff)
[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>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/mxser_new.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/mxser_new.c b/drivers/char/mxser_new.c
index 61c5594ac12..1ce36dcac86 100644
--- a/drivers/char/mxser_new.c
+++ b/drivers/char/mxser_new.c
@@ -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");