summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS6
-rw-r--r--net/sched/act_api.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8db5c339845d..be32f47cb6a2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2569,6 +2569,12 @@ P: Christoph Hellwig
M: hch@infradead.org
S: Maintained
+TC CLASSIFIER
+P: Jamal Hadi Salim
+M: hadi@cyberus.ca
+L: netdev@vger.kernel.org
+S: Maintained
+
TI PARALLEL LINK CABLE DRIVER
P: Romain Lievin
M: roms@lpg.ticalc.org
diff --git a/net/sched/act_api.c b/net/sched/act_api.c
index a9fab455df08..ea7e0fe0402b 100644
--- a/net/sched/act_api.c
+++ b/net/sched/act_api.c
@@ -885,8 +885,6 @@ static int __init tc_action_init(void)
link_p[RTM_GETACTION-RTM_BASE].dumpit = tc_dump_action;
}
- printk("TC classifier action (bugs to netdev@vger.kernel.org cc "
- "hadi@cyberus.ca)\n");
return 0;
}