Codebase list ell / 915c7a4
tools: Fix broken return statement Marcel Holtmann 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6262 l_strfreev(chip_names);
6363
6464 if (!c)
65 false;
65 return false;
6666
6767 if (!l_gpio_chip_find_line_offset(c, line_label, &o)) {
6868 l_gpio_chip_free(c);