On 4/21/2015 2:25 PM, chris hyser wrote:
mp = mdesc_node_by_name(hp, MDESC_NODE_NULL, "sockets"); if (mp == MDESC_NODE_NULL) - return set_sock_ids_by_cache(hp, mp); + if (!set_sock_ids_by_cache(hp, mp, 3)) + set_sock_ids_by_cache(hp, mp, 2); return set_sock_ids_by_socket(hp, mp);
So I missed the return here. Will fix that. Surprised that even worked. -chrish -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html