Loading drivers/char/stallion.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/char/stallion.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading