diff --git a/[refs] b/[refs] index 43976f7c0b22..3096995a6628 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 40a914fa72abdb9193ecad7dd82e48d952ab9d24 +refs/heads/master: 157653ce79a606409a8bfb496cba797b2984b18f diff --git a/trunk/net/sctp/protocol.c b/trunk/net/sctp/protocol.c index d5ea232c9126..b78e3be69013 100644 --- a/trunk/net/sctp/protocol.c +++ b/trunk/net/sctp/protocol.c @@ -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.