patch-2.3.99-pre7 linux/drivers/net/eepro100.c

Next file: linux/drivers/net/eexpress.c
Previous file: linux/drivers/net/eepro.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/eepro100.c linux/drivers/net/eepro100.c
@@ -651,10 +651,8 @@
 		acpi_idle_state = pwr_command & PCI_PM_CTRL_STATE_MASK;
 	}
 
-	if (pci_enable_device(pdev)) {
-		printk(KERN_ERR "eepro100: Could not enable PCI device\n");
+	if (pci_enable_device(pdev))
 		goto err_out_free_mmio_region;
-	}
 
 	pci_set_master(pdev);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)