aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/stallion.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c
index 8c73ccb8830f..1410dfec0173 100644
--- a/drivers/char/stallion.c
+++ b/drivers/char/stallion.c
@@ -2357,9 +2357,6 @@ static int __devinit stl_pciprobe(struct pci_dev *pdev,
2357 if ((pdev->class >> 8) == PCI_CLASS_STORAGE_IDE) 2357 if ((pdev->class >> 8) == PCI_CLASS_STORAGE_IDE)
2358 goto err; 2358 goto err;
2359 2359
2360 dev_info(&pdev->dev, "please, report this to LKML: %x/%x/%x\n",
2361 pdev->vendor, pdev->device, pdev->class);
2362
2363 retval = pci_enable_device(pdev); 2360 retval = pci_enable_device(pdev);
2364 if (retval) 2361 if (retval)
2365 goto err; 2362 goto err;