]> git.baikalelectronics.ru Git - kernel.git/commit
mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereference
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Wed, 22 Jul 2015 05:49:00 +0000 (22:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jul 2015 17:50:23 +0000 (10:50 -0700)
commit962560d4b9829d251a5424608a76b98993064088
tree14384b831ded5427d08522378c29c070660546da
parenteb32f8ac024f0a62d562f4c95ed4ccfccd154279
mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereference

fix for:
net/mpls/mpls_iptunnel.c:73:19: sparse: incompatible types in comparison
expression (different address spaces)

remove incorrect rcu_dereference possibly left over from
earlier revisions of the code.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mpls/mpls_iptunnel.c