pkt_sched: remove bogus block (cleanup)
...Last block local var got just deleted. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9f59365374
commit
e5befbd952
@@ -1088,14 +1088,13 @@ create_n_graft:
|
|||||||
}
|
}
|
||||||
|
|
||||||
graft:
|
graft:
|
||||||
if (1) {
|
|
||||||
err = qdisc_graft(dev, p, skb, n, clid, q, NULL);
|
err = qdisc_graft(dev, p, skb, n, clid, q, NULL);
|
||||||
if (err) {
|
if (err) {
|
||||||
if (q)
|
if (q)
|
||||||
qdisc_destroy(q);
|
qdisc_destroy(q);
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user