Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122356
b: refs/heads/master
c: 157653c
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Nov 27, 2008
1 parent 22062e5 commit 3948e40
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 40a914fa72abdb9193ecad7dd82e48d952ab9d24
refs/heads/master: 157653ce79a606409a8bfb496cba797b2984b18f
5 changes: 3 additions & 2 deletions trunk/net/sctp/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,12 @@ static __init int sctp_proc_init(void)
}
out_free_percpu:
percpu_counter_destroy(&sctp_sockets_allocated);
out_nomem:
return -ENOMEM;
#else
return 0;
#endif /* CONFIG_PROC_FS */

out_nomem:
return -ENOMEM;
}

/* Clean up the proc fs entry for the SCTP protocol.
Expand Down

0 comments on commit 3948e40

Please sign in to comment.