]> 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)
commite575bdcfcae0814ed5eeec74c706d7fdd3254d6e
tree61ccfff013f02346db8e0b1cafac7c30cf175014
parentd27550e48b3468b0e732d4289b0f372ecb4f5f7b
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