patch-2.4.0-test2 linux/drivers/net/rrunner.c

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

diff -u --recursive --new-file v2.4.0-test1/linux/drivers/net/rrunner.c linux/drivers/net/rrunner.c
@@ -146,6 +146,9 @@
 				      PCI_DEVICE_ID_ESSENTIAL_ROADRUNNER,
 				      pdev)))
 	{
+		if (pci_enable_device(pdev))
+			continue;
+
 		if (pdev == opdev)
 			return 0;
 

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