Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62989
b: refs/heads/master
c: 98ac0e5
h: refs/heads/master
i:
  62987: 55ff373
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 26, 2007
1 parent aa84ef0 commit 26b97ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4c6a1c130e00556a5c69101035bce4d9ab7c5c94
refs/heads/master: 98ac0e53facc851f8bc5110039ab05005c0c4736
2 changes: 1 addition & 1 deletion trunk/drivers/xen/xenbus/xenbus_xs.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@ static int process_msg(void)
msg->u.watch.vec = split(body, msg->hdr.len,
&msg->u.watch.vec_size);
if (IS_ERR(msg->u.watch.vec)) {
kfree(msg);
err = PTR_ERR(msg->u.watch.vec);
kfree(msg);
goto out;
}

Expand Down

0 comments on commit 26b97ab

Please sign in to comment.