]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sctp/protocol.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6
[linux-2.6-omap-h63xx.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.