aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/dcb/dcbnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dcb/dcbnl.c b/net/dcb/dcbnl.c
index 70bba3eb4ae..da6ee81ce51 100644
--- a/net/dcb/dcbnl.c
+++ b/net/dcb/dcbnl.c
@@ -1664,7 +1664,7 @@ static int dcb_doit(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg)
1664 u32 pid = skb ? NETLINK_CB(skb).pid : 0; 1664 u32 pid = skb ? NETLINK_CB(skb).pid : 0;
1665 int ret = -EINVAL; 1665 int ret = -EINVAL;
1666 struct sk_buff *reply_skb; 1666 struct sk_buff *reply_skb;
1667 struct nlmsghdr *reply_nlh; 1667 struct nlmsghdr *reply_nlh = NULL;
1668 const struct reply_func *fn; 1668 const struct reply_func *fn;
1669 1669
1670 if (!net_eq(net, &init_net)) 1670 if (!net_eq(net, &init_net))