* Patrick McHardy <[EMAIL PROTECTED]> 2006-07-05 01:42
> Thomas Graf wrote:
> > @@ -834,7 +833,7 @@ tc_dump_action(struct sk_buff *skb, stru
> >     a.ops = a_o;
> >  
> >     if (a_o->walk == NULL) {
> > -           printk("tc_dump_action: %s !capable of dumping table\n", kind);
> > +           printk("tc_dump_action: %s !capable of dumping table\n", 
> > a_o->kind);
> >             goto rtattr_failure;
> >     }
> 
> Can't we just get rid of these printks? This seems like a good
> opportunity.

I agree, since this patch is definitely a stable candidate I
wanted it to stay as small as possible.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to