netfilter: nf_log: fix sparse warning in nf_logger_find_get()
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 30 Oct 2014 17:39:12 +0000 (18:39 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 4 Nov 2014 16:56:31 +0000 (17:56 +0100)
commitc5a589cc3034d035e8490216a45abd3a3b3cd85e
tree8c7136a229b3a29dc0e9c3dcd85efb43aa93f63b
parent01cfa0a4ed82132abb6dc7bcb126eaf499cb8af0
netfilter: nf_log: fix sparse warning in nf_logger_find_get()

net/netfilter/nf_log.c:157:16: warning: incorrect type in assignment (different address spaces)
net/netfilter/nf_log.c:157:16:    expected struct nf_logger *logger
net/netfilter/nf_log.c:157:16:    got struct nf_logger [noderef] <asn:4>*<noident>

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_log.c