patch-2.3.99-pre7 linux/drivers/net/3c527.c

Next file: linux/drivers/net/3c59x.c
Previous file: linux/drivers/net/3c523.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/3c527.c linux/drivers/net/3c527.c
@@ -1457,9 +1457,8 @@
 
 #ifdef MODULE
 
-static char devicename[9] = { 0, };
 static struct net_device this_device = {
-	devicename, /* will be inserted by linux/drivers/net/mc32_init.c */
+	"", /* will be inserted by linux/drivers/net/mc32_init.c */
 	0, 0, 0, 0,
 	0, 0,  /* I/O address, IRQ */
 	0, 0, 0, NULL, mc32_probe };

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