X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=drivers%2Fof%2Fbase.c;h=09692c9b32a71c8f080653af4312b56ad55467a4;hb=3e53ba38a9404434a8b57683825279f4305b5a76;hp=d023cf303d56c3a557881a55818b9ee424e74162;hpb=4b42745211af552f170f38a1b97f4a112b5da6b2;p=linux.git diff --git a/drivers/of/base.c b/drivers/of/base.c index d023cf303d56..09692c9b32a7 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -777,8 +777,6 @@ struct device_node *of_get_next_cpu_node(struct device_node *prev) if (!(of_node_name_eq(next, "cpu") || (next->type && !of_node_cmp(next->type, "cpu")))) continue; - if (!__of_device_is_available(next)) - continue; if (of_node_get(next)) break; }