patch-2.3.50 linux/drivers/net/ncr885e.c

Next file: linux/drivers/net/net_init.c
Previous file: linux/drivers/net/ltpc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/drivers/net/ncr885e.c linux/drivers/net/ncr885e.c
@@ -1210,9 +1210,6 @@
 	unsigned short cmd;
 	unsigned char irq, latency;
 
-	if ( debug >= 0)
-		ncr885e_debug = debug;
-
 	while(( pdev = pci_find_device( PCI_VENDOR_ID_NCR, 
 					PCI_DEVICE_ID_NCR_53C885_ETHERNET,
 					pdev )) != NULL ) {
@@ -1399,9 +1396,6 @@
 int
 init_module(void)
 {
-	if ( debug >= 0)
-		ncr885e_debug = debug;
-
 	return ncr885e_probe();
 }
 

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