commit | 58fa118f3de45481df2ac2b8b41e8114cae2574d | [log] [tgz] |
---|---|---|
author | Alexandru Moise <00moses.alexander00@gmail.com> | Sun Jan 08 18:49:46 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 09 14:27:16 2017 -0500 |
tree | 61ccfff013f02346db8e0b1cafac7c30cf175014 | |
parent | 17650f22cd059b3d653c03b5534e4a2a18cb02bd [diff] |
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>