The patch titled Char: mxser_new, remove request for testers line has been added to the -mm tree. Its filename is char-mxser_new-remove-request-for-testers-line.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Char: mxser_new, remove request for testers line From: Jiri Slaby <jirislaby@xxxxxxxxx> Remove printk with info we are looking for a tester. Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/mxser_new.c | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/char/mxser_new.c~char-mxser_new-remove-request-for-testers-line drivers/char/mxser_new.c --- a/drivers/char/mxser_new.c~char-mxser_new-remove-request-for-testers-line +++ a/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@xxxxxxxxxx Thanks.\n"); ret = mxser_init(); if (verbose) printk(KERN_DEBUG "Done.\n"); _ Patches currently in -mm which might be from jirislaby@xxxxxxxxx are origin.patch git-watchdog.patch char-kill-unneeded-memsets.patch char-serial167-remove-useless-tty-check.patch pci-mxser-pci-refcounts.patch mxser-make-an-experimental-clone.patch char-mxser_new-correct-include-file.patch char-mxser_new-upgrade-to-191.patch char-mxser_new-rework-to-allow-dynamic-structs.patch char-mxser_new-use-__devinit-macros.patch char-mxser_new-pci_request_region-for-pci-regions.patch char-mxser_new-check-request_region-retvals.patch char-mxser_new-kill-unneeded-memsets.patch char-mxser_new-revert-spin_lock-changes.patch char-mxser_new-remove-request-for-testers-line.patch char-mxser_new-debug-printk-dependent-on-debug.patch char-mxser_new-alter-license-terms.patch char-mxser_new-code-upside-down.patch char-mxser_new-cmspar-is-defined.patch hisax-niccy-cleanup.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html