All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 358] Mac Sonic Ethernet
@ 2004-01-01 20:01 Geert Uytterhoeven
  2004-01-01 20:20 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2004-01-01 20:01 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: Linux Kernel Development, linux-net, Geert Uytterhoeven

Mac Sonic Ethernet: Minor updates (from Matthias Urlichs)

--- linux-2.6.0/drivers/net/macsonic.c	Tue Jul 29 18:18:58 2003
+++ linux-m68k-2.6.0/drivers/net/macsonic.c	Mon Oct 20 21:37:23 2003
@@ -630,8 +630,7 @@
 	return macsonic_init(dev);
 }
 
 #ifdef MODULE
-static char namespace[16] = "";
 static struct net_device dev_macsonic;
 
 MODULE_PARM(sonic_debug, "i");
@@ -641,7 +639,6 @@
 int
 init_module(void)
 {
-        dev_macsonic.name = namespace;
         dev_macsonic.init = macsonic_probe;
 
         if (register_netdev(&dev_macsonic) != 0) {

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-01 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-01 20:01 [PATCH 358] Mac Sonic Ethernet Geert Uytterhoeven
2004-01-01 20:20 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.