Re: [PATCH] net: ipv6: Fix incompatible pointer type warning

2013-06-05 Thread Emil Goode
Hello David, I'm sorry, the patch applies to the linux-next tree. In the future I will be very careful about sending patches that fix problems related to the merging of different trees. Best regards, Emil Goode On Tue, Jun 04, 2013 at 05:14:56PM -0700, David Miller wrote: > From: Emil Goode >

Re: [PATCH] net: ipv6: Fix incompatible pointer type warning

2013-06-04 Thread David Miller
From: Emil Goode Date: Mon, 3 Jun 2013 14:21:08 +0200 > This fixes the sparse warning below about assignment from > incompatible pointer type. > > In the following commit the third argument in function ipv6_chk_addr > was changed to const and struct nf_ipv6_ops was introduced with > the third a

Re: [PATCH] net: ipv6: Fix incompatible pointer type warning

2013-06-04 Thread Lorenzo Colitti
On Mon, Jun 3, 2013 at 9:21 PM, Emil Goode wrote: > This fixes the sparse warning below about assignment from > incompatible pointer type. > > In the following commit the third argument in function ipv6_chk_addr > was changed to const and struct nf_ipv6_ops was introduced with > the third argument

[PATCH] net: ipv6: Fix incompatible pointer type warning

2013-06-03 Thread Emil Goode
This fixes the sparse warning below about assignment from incompatible pointer type. In the following commit the third argument in function ipv6_chk_addr was changed to const and struct nf_ipv6_ops was introduced with the third argument of .chk_addr beeing const. 2a7851bffb008ff4882eee673da747189