From: Jiri Slaby stallion, remove user class report request Signed-off-by: Jiri Slaby Signed-off-by: Andrew Morton --- 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; _