Re: [PATCH net-next] mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereference

2015-07-22 Thread David Miller
From: Roopa Prabhu Date: Tue, 21 Jul 2015 22:49:00 -0700 > From: Roopa Prabhu > > 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

[PATCH net-next] mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereference

2015-07-21 Thread Roopa Prabhu
From: Roopa Prabhu 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 Signed-off-by: Roopa Prabhu --- ne