commit | 33aa8da1f8a7dc050b9d68f1db761ab787621065 | [log] [tgz] |
---|---|---|
author | Shanthosh RK <shanthosh.rk@gmail.com> | Fri Oct 05 20:57:48 2018 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 05 11:51:06 2018 -0700 |
tree | 1d14813926ccef392fa12afd43c007e4cec2108f | |
parent | 2c05d88818ab6571816b93edce4d53703870d7ae [diff] |
net: bpfilter: Fix type cast and pointer warnings Fixes the following Sparse warnings: net/bpfilter/bpfilter_kern.c:62:21: warning: cast removes address space of expression net/bpfilter/bpfilter_kern.c:101:49: warning: Using plain integer as NULL pointer Signed-off-by: Shanthosh RK <shanthosh.rk@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>