]> bbs.cooldavid.org Git - net-next-2.6.git/commit
htb: remove two unnecessary assignments
authorChangli Gao <xiaosuo@gmail.com>
Fri, 4 Jun 2010 01:33:33 +0000 (01:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2010 08:08:11 +0000 (01:08 -0700)
commitf2a03367c072150c881fa23ce3d3f76b8236018f
tree52b98e8b034352f8afd9c6b2974f85f3b9171ed4
parentfa6ca57113c2fd2d86dd854e0bc5e18b9786282b
htb: remove two unnecessary assignments

remove two unnecessary assignments

we don't need to assign NULL when initialize structure objects.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
----
 net/sched/sch_htb.c |    2 --
 1 file changed, 2 deletions(-)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_htb.c