patch-2.3.99-pre7 linux/net/bridge/br_stp_if.c

Next file: linux/net/bridge/br_stp_timer.c
Previous file: linux/net/bridge/br_stp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/net/bridge/br_stp_if.c linux/net/bridge/br_stp_if.c
@@ -5,7 +5,7 @@
  *	Authors:
  *	Lennert Buytenhek		<buytenh@gnu.org>
  *
- *	$Id: br_stp_if.c,v 1.2 2000/02/21 15:51:34 davem Exp $
+ *	$Id: br_stp_if.c,v 1.3 2000/05/05 02:17:17 davem Exp $
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License
@@ -103,7 +103,7 @@
 
 	br = p->br;
 	printk(KERN_INFO "%s: port %i(%s) entering %s state\n",
-	       br->name, p->port_no, p->dev->name, "disabled");
+	       br->dev.name, p->port_no, p->dev->name, "disabled");
 
 	wasroot = br_is_root_bridge(br);
 	br_become_designated_port(p);

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