X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fsched%2Fem_text.c;h=77beabc91fa37107d662bd837a448a3d23cb944f;hb=7669a22592fc6cc7ac03f55a7db8d23ce938f1dc;hp=873840d8d0727f8da965498439a30619093e197a;hpb=aef7b83c92dd0b7e994805440655d1d64147287b;p=powerpc.git diff --git a/net/sched/em_text.c b/net/sched/em_text.c index 873840d8d0..77beabc91f 100644 --- a/net/sched/em_text.c +++ b/net/sched/em_text.c @@ -55,9 +55,6 @@ static int em_text_change(struct tcf_proto *tp, void *data, int len, 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;