Loading drivers/of/of_numa.c +2 −7 Original line number Original line Diff line number Diff line Loading @@ -179,13 +179,8 @@ int of_node_to_nid(struct device_node *device) np->name); np->name); of_node_put(np); of_node_put(np); if (!r) { if (!r) if (nid >= MAX_NUMNODES) pr_warn("NUMA: Node id %u exceeds maximum value\n", nid); else return nid; return nid; } return NUMA_NO_NODE; return NUMA_NO_NODE; } } Loading Loading
drivers/of/of_numa.c +2 −7 Original line number Original line Diff line number Diff line Loading @@ -179,13 +179,8 @@ int of_node_to_nid(struct device_node *device) np->name); np->name); of_node_put(np); of_node_put(np); if (!r) { if (!r) if (nid >= MAX_NUMNODES) pr_warn("NUMA: Node id %u exceeds maximum value\n", nid); else return nid; return nid; } return NUMA_NO_NODE; return NUMA_NO_NODE; } } Loading