On Fri, Feb 19, 2016 at 10:58 AM, Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote: > At this point in gpio_keys_polled_probe(), button->gpiod contains either > a pointer to a GPIO descriptor or NULL, because: > - gpio_keys_polled_get_devtree_pdata() fills in button->gpiod only if > devm_get_gpiod_from_child() succeeded, > - gpio_to_desc() returns NULL on failure, not an ERR_PTR(), > - button->gpiod is untouched if it was NULL, and button->gpio is not > valid. > > Hence check for NULL only, and return -EINVAL on failure. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Sorry, scratch this, sent to wrong audience. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html