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

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

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/dmfe.c linux/drivers/net/dmfe.c
@@ -367,7 +367,7 @@
 				
 		/* Enable Master/IO access, Disable memory access */
 		
-		pci_enable_device (net_dev);
+		pci_enable_device (net_dev); /* XXX check return val */
 		pci_set_master(net_dev);
 		
 		/* Set Latency Timer 80h */

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