diff options
Diffstat (limited to 'net/irda')
-rw-r--r-- | net/irda/irnetlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irnetlink.c b/net/irda/irnetlink.c index 6c7c4b92e4f8..c32971269280 100644 --- a/net/irda/irnetlink.c +++ b/net/irda/irnetlink.c | |||
@@ -100,7 +100,7 @@ static int irda_nl_get_mode(struct sk_buff *skb, struct genl_info *info) | |||
100 | goto err_out; | 100 | goto err_out; |
101 | } | 101 | } |
102 | 102 | ||
103 | hdr = genlmsg_put(msg, info->snd_pid, info->snd_seq, | 103 | hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, |
104 | &irda_nl_family, 0, IRDA_NL_CMD_GET_MODE); | 104 | &irda_nl_family, 0, IRDA_NL_CMD_GET_MODE); |
105 | if (hdr == NULL) { | 105 | if (hdr == NULL) { |
106 | ret = -EMSGSIZE; | 106 | ret = -EMSGSIZE; |