patch-2.1.125 linux/drivers/net/ni5010.c

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

diff -u --recursive --new-file v2.1.124/linux/drivers/net/ni5010.c linux/drivers/net/ni5010.c
@@ -771,8 +771,9 @@
 }
 
 #ifdef MODULE
+static char devicename[9] = { 0, };
 static struct device dev_ni5010 = {
-        "          ",
+        devicename,
         0, 0, 0, 0,
         0, 0,
         0, 0, 0, NULL, ni5010_probe };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov