]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sctp/protocol.c
Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / net / sctp / protocol.c
index d5ea232c9126799654d23b49aefc77a09763adc4..b78e3be6901398f7a62b76a291fb8954341aacc0 100644 (file)
@@ -139,11 +139,12 @@ out_snmp_proc_init:
        }
 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.