]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/kernel/smp_twd.c
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / arch / arm / kernel / smp_twd.c
index ff07879ad95d467f5a2ac7ab4439a9c898c36bbb..49f335d301bae4c8f381143de37f4afb42975dce 100644 (file)
@@ -390,10 +390,8 @@ void __init twd_local_timer_of_register(void)
        int err;
 
        np = of_find_matching_node(NULL, twd_of_match);
-       if (!np) {
-               err = -ENODEV;
-               goto out;
-       }
+       if (!np)
+               return;
 
        twd_ppi = irq_of_parse_and_map(np, 0);
        if (!twd_ppi) {