]> Git Repo - linux.git/blobdiff - drivers/clocksource/arm_arch_timer.c
ixgbe: Look up MAC address in Open Firmware or IDPROM
[linux.git] / drivers / clocksource / arm_arch_timer.c
index 2133f9d59d06323bbf1f69ca80c21ddee66904f6..43005d4d334841866d11e0d503d5e68e416062ce 100644 (file)
@@ -660,11 +660,11 @@ static bool __init
 arch_timer_probed(int type, const struct of_device_id *matches)
 {
        struct device_node *dn;
-       bool probed = false;
+       bool probed = true;
 
        dn = of_find_matching_node(NULL, matches);
-       if (dn && of_device_is_available(dn) && (arch_timers_present & type))
-               probed = true;
+       if (dn && of_device_is_available(dn) && !(arch_timers_present & type))
+               probed = false;
        of_node_put(dn);
 
        return probed;
This page took 0.034576 seconds and 4 git commands to generate.