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

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

Char: stallion, remove user class report request



stallion, remove user class report request

Signed-off-by: default avatarJiri Slaby <jirislaby@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8b3929a2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2357,9 +2357,6 @@ static int __devinit stl_pciprobe(struct pci_dev *pdev,
	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;