From: Patrick McHardy Date: Mon, 21 Jan 2008 08:14:05 +0000 (-0800) Subject: [NET_SCHED]: sch_ingress: remove useless printk X-Git-Tag: v2.6.25-rc1~1162^2~251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891687649a5c44a1d53668b4f7728bf97c8db8d5;p=pandora-kernel.git [NET_SCHED]: sch_ingress: remove useless printk The printk about ingress qdisc registration error can't be triggered under normal circumstances. Since register_qdisc only fails for two identical registrations, the only way to trigger it is by loading the sch_ingress modules multiple times under different names, in which case we already return -EEXIST to userspace. Signed-off-by: Patrick McHardy Acked-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed