commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / net / sched / sch_atm.c
index be15be0..8e0a87c 100644 (file)
@@ -645,7 +645,7 @@ static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl,
        if (flow->excess)
                RTA_PUT(skb,TCA_ATM_EXCESS,sizeof(u32),&flow->classid);
        else {
-               static u32 zero = 0;
+               static u32 zero;
 
                RTA_PUT(skb,TCA_ATM_EXCESS,sizeof(zero),&zero);
        }