kernel: bump 4.4 to 4.4.110
[openwrt/staging/stintel.git] / target / linux / ar71xx / patches-4.4 / 910-unaligned_access_hacks.patch
index 8789b644a66c850c0b1c26704564953796f22cc7..8882b1758fed7ac254116fb0cb0e1b95bbe5259f 100644 (file)
                memcpy(p, foc->val, foc->len);
 --- a/net/ipv4/igmp.c
 +++ b/net/ipv4/igmp.c
-@@ -505,7 +505,7 @@ static struct sk_buff *add_grec(struct s
+@@ -529,7 +529,7 @@ static struct sk_buff *add_grec(struct s
                if (!skb)
                        return NULL;
                psrc = (__be32 *)skb_put(skb, sizeof(__be32));