Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98826
b: refs/heads/master
c: 07035fc
h: refs/heads/master
v: v3
  • Loading branch information
Julius Volz authored and David S. Miller committed Jul 8, 2008
1 parent da2a019 commit bfaf52a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02307080622da0312f2ede0f9c0ac779a1cc4f9a
refs/heads/master: 07035fc1bbf931a06e47583cddd2cea2907ac0db
4 changes: 2 additions & 2 deletions trunk/net/irda/irnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ static int irda_nl_get_mode(struct sk_buff *skb, struct genl_info *info)

hdr = genlmsg_put(msg, info->snd_pid, info->snd_seq,
&irda_nl_family, 0, IRDA_NL_CMD_GET_MODE);
if (IS_ERR(hdr)) {
ret = PTR_ERR(hdr);
if (hdr == NULL) {
ret = -EMSGSIZE;
goto err_out;
}

Expand Down

0 comments on commit bfaf52a

Please sign in to comment.