[PKT_SCHED]: Fix datalen check in tcf_simp_init().
authorPatrick McHardy <kaber@trash.net>
Fri, 18 Apr 2008 06:19:55 +0000 (23:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Apr 2008 06:19:55 +0000 (23:19 -0700)
datalen is unsigned so it can never be less than zero,
but that's ok because the attribute passed to nla_len()
has been validated and therefore a negative return
value is impossible.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_simple.c

Simple merge