]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/ipv6/netfilter/nf_socket_ipv6.c
treewide: Remove uninitialized_var() usage
[mirror_ubuntu-hirsute-kernel.git] / net / ipv6 / netfilter / nf_socket_ipv6.c
index b9df879c48d3fbf5adadd13ce767d531730187a0..6fd54744cbc388dad067c94b58973f0d722a5dc3 100644 (file)
@@ -97,7 +97,7 @@ nf_socket_get_sock_v6(struct net *net, struct sk_buff *skb, int doff,
 struct sock *nf_sk_lookup_slow_v6(struct net *net, const struct sk_buff *skb,
                                  const struct net_device *indev)
 {
-       __be16 uninitialized_var(dport), uninitialized_var(sport);
+       __be16 dport, sport;
        const struct in6_addr *daddr = NULL, *saddr = NULL;
        struct ipv6hdr *iph = ipv6_hdr(skb);
        struct sk_buff *data_skb = NULL;