diff options
Diffstat (limited to 'net/bridge/br_stp_if.c')
-rw-r--r-- | net/bridge/br_stp_if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_stp_if.c index 263ac21af..15197b24a 100644 --- a/net/bridge/br_stp_if.c +++ b/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 @@ void br_stp_disable_port(struct net_bridge_port *p) 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); |