net: sched: act_ctinfo: minor size optimisation
authorKevin 'ldir' Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Thu, 30 May 2019 17:10:43 +0000 (17:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 May 2019 22:10:22 +0000 (15:10 -0700)
commit84a32edec48056131c91bebb706c2a0a5976a1a1
treefca471c1344896a370357ac74259f83c263a8d26
parent655887fe39273cb3c86d25b245bce25a85935f82
net: sched: act_ctinfo: minor size optimisation

Since the new parameter block is initialised to 0 by kzmalloc we don't
need to mask & clear unused operational mode bits, they are already
unset.

Drop the pointless code.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_ctinfo.c