Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / clocksource / timer-probe.c
index dda1946..ee9574d 100644 (file)
@@ -29,7 +29,9 @@ void __init timer_probe(void)
 
                ret = init_func_ret(np);
                if (ret) {
-                       pr_err("Failed to initialize '%pOF': %d\n", np, ret);
+                       if (ret != -EPROBE_DEFER)
+                               pr_err("Failed to initialize '%pOF': %d\n", np,
+                                      ret);
                        continue;
                }