]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/clocksource/clksrc-of.c
Merge remote-tracking branch 'workqueues/for-next'
[karo-tx-linux.git] / drivers / clocksource / clksrc-of.c
index b9ddd9e3a2f599e2cc7424c1eac18d4280b2f850..35639cf4e5a208af89c9b692eae32227bcefc5d3 100644 (file)
@@ -35,5 +35,6 @@ void __init clocksource_of_init(void)
 
                init_func = match->data;
                init_func(np);
+               of_node_put(np);
        }
 }