]> git.baikalelectronics.ru Git - kernel.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)
commit705ceaf9af33be72c736866d1236f54f6681cc90
tree52b98e8b034352f8afd9c6b2974f85f3b9171ed4
parent26cc9fbb30057cfaa4b7d9b0452f2f9d2f16e5f3
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