diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/stallion.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c index 8c73ccb8830..1410dfec017 100644 --- a/drivers/char/stallion.c +++ b/drivers/char/stallion.c @@ -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; |