patch-pre2.0.3 linux/net/bridge/br_tree.c

Next file: linux/net/core/dev.c
Previous file: linux/net/bridge/br.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.2/linux/net/bridge/br_tree.c linux/net/bridge/br_tree.c
@@ -24,7 +24,6 @@
 static int fdb_inited = 0;
 
 int addr_cmp(unsigned char *a1, unsigned char *a2);
-static void printk_avl (struct fdb * tree);
 
 /*
  * fdb_head is the AVL tree corresponding to fdb
@@ -264,7 +263,7 @@
 		struct fdb * node = *nodeplace;
 		if (node == avl_br_empty) {
 			/* what? node_to_delete not found in tree? */
-			printk("avl_remove: node to delete not found in tree\n");
+			printk(KERN_ERR "br: avl_remove: node to delete not found in tree\n");
 			return(-1);
 		}
 		*stack_ptr++ = nodeplace; stack_count++;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this