c
if (np == NULL) {
    return -EINVAL; // Return an error code indicating invalid input
}
pp = __of_find_property(np, name, lenp);
