]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: cls_u32: get rid of tp_c
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 8 Oct 2018 10:22:42 +0000 (06:22 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 17:33:35 +0000 (10:33 -0700)
commitf2cfe0c64091e95641c301e1221a2b7b59ce5c7e
tree1af144825745f9cf44b1273b2b5c6d7f5884863b
parentff60195d4c0ed8f64ca4e7334dd60a793a5b0ebd
net: sched: cls_u32: get rid of tp_c

Both hnode ->tp_c and tp_c argument of u32_set_parms()
the latter is redundant, the former - never read...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_u32.c