The patch titled Char: stallion, remove user class report request has been added to the -mm tree. Its filename is char-stallion-remove-user-class-report-request.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Char: stallion, remove user class report request From: Jiri Slaby <jirislaby@xxxxxxxxx> stallion, remove user class report request Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/stallion.c | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/char/stallion.c~char-stallion-remove-user-class-report-request drivers/char/stallion.c --- a/drivers/char/stallion.c~char-stallion-remove-user-class-report-request +++ a/drivers/char/stallion.c @@ -2357,9 +2357,6 @@ static int __devinit stl_pciprobe(struct if ((pdev->class >> 8) == PCI_CLASS_STORAGE_IDE) goto err; - dev_info(&pdev->dev, "please, report this to LKML: %x/%x/%x\n", - pdev->vendor, pdev->device, pdev->class); - retval = pci_enable_device(pdev); if (retval) goto err; _ Patches currently in -mm which might be from jirislaby@xxxxxxxxx are ide-ide-generic-add-another-device-exception.patch rocketc-fix-unchecked-mutex_lock_interruptible.patch char-n_hdlc-allow-restartsys-retval-of-tty-write.patch char-mxser_new-fix-sparse-warning.patch char-tty_ioctl-use-wait_event_interruptible_timeout.patch char-tty_ioctl-little-whitespace-cleanup.patch char-genrtc-use-wait_event_interruptible.patch char-n_r3964-use-wait_event_interruptible.patch char-ip2-use-msleep-for-sleeping.patch drop-an-empty-isicomh-from-being-exported-to-user-space.patch char-cyclades-add-firmware-loading.patch char-cyclades-fix-sparse-warning.patch char-isicom-cleanup-locking.patch char-isicom-del_timer-at-exit.patch char-isicom-proper-variables-types.patch char-moxa-eliminate-busy-waiting.patch char-specialix-remove-busy-waiting.patch char-riscom8-eliminate-busy-loop.patch char-vt-use-kzalloc.patch char-vt-use-array_size.patch char-kconfig-mxser_new-remove-experimental-comment.patch char-stallion-dont-fail-with-less-than-max-panels.patch char-stallion-alloc-tty-before-pci-devices-init.patch char-stallion-proper-fail-return-values.patch char-stallion-remove-user-class-report-request.patch shrink_slab-handle-bad-shrinkers.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