Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199197
b: refs/heads/master
c: a56635a
h: refs/heads/master
i:
  199195: d28da87
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed May 27, 2010
1 parent fe32388 commit 05a90f2
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: 23ecc4bde21f0ccb38f4b53cadde7fc5d67d68e3
refs/heads/master: a56635a56f2afb3d22d9ce07e8f8d69537416b2d
2 changes: 1 addition & 1 deletion trunk/net/iucv/af_iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ static void iucv_callback_rx(struct iucv_path *path, struct iucv_message *msg)
save_message:
save_msg = kzalloc(sizeof(struct sock_msg_q), GFP_ATOMIC | GFP_DMA);
if (!save_msg)
return;
goto out_unlock;
save_msg->path = path;
save_msg->msg = *msg;

Expand Down

0 comments on commit 05a90f2

Please sign in to comment.