projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4851d3a
)
[PKT_SCHED]: Remove debugging leftover from textsearch ematch
author
Thomas Graf
<tgraf@suug.ch>
Mon, 18 Jul 2005 20:29:49 +0000
(13:29 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 Jul 2005 20:29:49 +0000
(13:29 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/em_text.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sched/em_text.c
b/net/sched/em_text.c
index 873840d8d0727f8da965498439a30619093e197a..77beabc91fa37107d662bd837a448a3d23cb944f 100644
(file)
--- 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;