ARM: mvebu: make the coherency_ll.S functions work with no coherency fabric
[deliverable/linux.git] / arch / arm / mach-mvebu / coherency.c
index 2bdc3233abe2bcc78c527bf8efe4b0032a5880dc..044b51185fccb2e68c1f89c4efb3822704d28488 100644 (file)
@@ -400,6 +400,8 @@ int __init coherency_init(void)
                 type == COHERENCY_FABRIC_TYPE_ARMADA_380)
                armada_375_380_coherency_init(np);
 
+       of_node_put(np);
+
        return 0;
 }
 
This page took 0.023961 seconds and 5 git commands to generate.