summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-30 18:11:18 +0100
committerMark Brown <broonie@linaro.org>2013-09-30 18:11:18 +0100
commitf004eaf4d17d205842424a7e95dcff9a46fe3c5f (patch)
treefbf213d7b933b4f58b031269a2a31b275c95be6c /net/ipv4/raw.c
parentabf92a3d2e868fef808d4a205371b7e5417dd0f7 (diff)
parent937433c2502f663e5a0e8804462bc38c41b9021f (diff)
Merge remote-tracking branch 'regulator/topic/da9210' into regulator-devm
Diffstat (limited to 'net/ipv4/raw.c')
-rw-r--r--net/ipv4/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c
index a86c7ae71881..bfec521c717f 100644
--- a/net/ipv4/raw.c
+++ b/net/ipv4/raw.c
@@ -387,7 +387,7 @@ static int raw_send_hdrinc(struct sock *sk, struct flowi4 *fl4,
iph->check = 0;
iph->tot_len = htons(length);
if (!iph->id)
- ip_select_ident(iph, &rt->dst, NULL);
+ ip_select_ident(skb, &rt->dst, NULL);
iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
}