Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7eafa32 authored by Jiri Slaby's avatar Jiri Slaby Committed by Linus Torvalds
Browse files

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



Remove printk with info we are looking for a tester.

Signed-off-by: default avatarJiri Slaby <jirislaby@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent eba529ec
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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");