Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30413
b: refs/heads/master
c: a75bf87
h: refs/heads/master
i:
  30411: f1ef3c0
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Jun 26, 2006
1 parent b8a5d1e commit 07405a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7513528cd0deeb62624c229c21054472ec976e6
refs/heads/master: a75bf874278d8318ffe11043f3acb9b281fa911a
1 change: 1 addition & 0 deletions trunk/net/tipc/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,7 @@ int tipc_createport(u32 user_ref,

up_ptr = (struct user_port *)kmalloc(sizeof(*up_ptr), GFP_ATOMIC);
if (up_ptr == NULL) {
warn("Port creation failed, no memory\n");
return -ENOMEM;
}
ref = tipc_createport_raw(NULL, port_dispatcher, port_wakeup, importance);
Expand Down

0 comments on commit 07405a1

Please sign in to comment.