tree 1a328a1cbfb59fb4392df6b6ed2b1fd0b74c4983
parent 4851d3aaa550b7b62553dd19fcadc7b586da4f17
author Thomas Graf <[EMAIL PROTECTED]> Tue, 19 Jul 2005 03:29:49 -0700
committer David S. Miller <[EMAIL PROTECTED]> Tue, 19 Jul 2005 03:29:49 -0700

[PKT_SCHED]: Remove debugging leftover from textsearch ematch

Signed-off-by: Thomas Graf <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 net/sched/em_text.c |    3 ---
 1 files changed, 3 deletions(-)

diff --git a/net/sched/em_text.c b/net/sched/em_text.c
--- a/net/sched/em_text.c
+++ b/net/sched/em_text.c
@@ -55,9 +55,6 @@ static int em_text_change(struct tcf_pro
        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 bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to