Signed-off-by: Thomas Graf <[EMAIL PROTECTED]>
Index: net-2.6/net/sched/em_text.c =================================================================== --- net-2.6.orig/net/sched/em_text.c 2005-06-24 13:17:08.000000000 +0200 +++ net-2.6/net/sched/em_text.c 2005-07-17 19:33:30.000000000 +0200 @@ -55,9 +55,6 @@ struct ts_config *ts_conf; int flags = 0; - printk("Configuring text: %s from %d:%d to %d:%d len %d\n", conf->algo, conf->from_offset, - conf->from_layer, conf->to_offset, conf->to_layer, conf->pattern_len); - if (len < sizeof(*conf) || len < (sizeof(*conf) + conf->pattern_len)) return -EINVAL; - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html