pkt_sched: sch_qfq: remove redundant -if- control statement
authorAndrea Parri <parri.andrea@gmail.com>
Tue, 16 Jun 2015 22:16:59 +0000 (00:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jun 2015 16:47:24 +0000 (09:47 -0700)
commita55e1c5c2640549ff3beb843f7ecaa242d69c351
treecd48a1cd740e1c4d3fc58eb88a3c63d9a4c64613
parent68946159da1b0b6791c5990242940950b9383cfc
pkt_sched: sch_qfq: remove redundant -if- control statement

The control !hlist_unhashed() in qfq_destroy_agg() is unnecessary
because already performed in hlist_del_init(), so remove it.

Signed-off-by: Andrea Parri <parri.andrea@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_qfq.c