1 --- a/drivers/net/phy/swconfig.c
2 +++ b/drivers/net/phy/swconfig.c
3 @@ -335,7 +335,7 @@ swconfig_send_multipart(struct swconfig_
4 if (cb->close(cb, arg) < 0)
7 - err = genlmsg_unicast(cb->msg, info->snd_pid);
8 + err = genlmsg_reply(cb->msg, info);
12 @@ -419,7 +419,7 @@ swconfig_list_attrs(struct sk_buff *skb,
16 - return genlmsg_unicast(cb.msg, info->snd_pid);
17 + return genlmsg_reply(cb.msg, info);
21 @@ -732,7 +732,7 @@ swconfig_get_attr(struct sk_buff *skb, s
24 swconfig_put_dev(dev);
25 - return genlmsg_unicast(msg, info->snd_pid);
26 + return genlmsg_reply(msg, info);