]> git.baikalelectronics.ru Git - kernel.git/commit
cls_u32: don't bother explicitly initializing ->divisor to zero
authorAlexandru Moise <00moses.alexander00@gmail.com>
Sun, 8 Jan 2017 16:49:46 +0000 (18:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 19:27:16 +0000 (14:27 -0500)
commit0cf20ab810c03155b7f11bdda07836396c774ea5
tree61ccfff013f02346db8e0b1cafac7c30cf175014
parent090b5d569f1b7dccef5891f6cc14f779da61f9de
cls_u32: don't bother explicitly initializing ->divisor to zero

This struct member is already initialized to zero upon root_ht's
allocation via kzalloc().

Signed-off-by: Alexandru Moise <00moses.alexander00@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_u32.c