summaryrefslogtreecommitdiff
path: root/include/net/ip.h
diff options
context:
space:
mode:
authorSimona Vetter <simona.vetter@ffwll.ch>2026-03-11 11:09:21 +0100
committerSimona Vetter <simona.vetter@ffwll.ch>2026-03-11 11:18:31 +0100
commit58351f46de26bcc4403f9972f7aed430d15cbd03 (patch)
tree1fee527a7026a068b24ece9d4ef1d0ef82e6ca1a /include/net/ip.h
parent5f0a63f81a027becb06a71406e0941c5d12e074d (diff)
parent1f318b96cc84d7c2ab792fcc0bfd42a7ca890681 (diff)
Merge v7.0-rc3 into drm-next
Requested by Maxime Ripard for drm-misc-next because renesas people need fb797a70108f ("drm: renesas: rz-du: mipi_dsi: Set DSI divider"). Signed-off-by: Simona Vetter <simona.vetter@ffwll.ch>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index 69d5cef46004..7f9abd457e01 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -101,7 +101,7 @@ static inline void ipcm_init_sk(struct ipcm_cookie *ipcm,
ipcm->oif = READ_ONCE(inet->sk.sk_bound_dev_if);
ipcm->addr = inet->inet_saddr;
- ipcm->protocol = inet->inet_num;
+ ipcm->protocol = READ_ONCE(inet->inet_num);
}
#define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))