pon., 27 maj 2019 o 14:40 Geert Uytterhoeven <geert+renesas@xxxxxxxxx> napisał(a): > > Hi Linus, Bartosz, > > This small series contains two cleanups for the GPIO driver for the > venerable Renesas EMMA Mobile EV2 SoC. > > These are compile-tested only, due to lack of hardware. > > Thanks! > > Geert Uytterhoeven (2): > gpio: em: Remove error messages on out-of-memory conditions > gpio: em: Return early on error in em_gio_probe() > > drivers/gpio/gpio-em.c | 30 +++++++++--------------------- > 1 file changed, 9 insertions(+), 21 deletions(-) > > -- > 2.17.1 > > 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 Hi Geert, applied both and also sent a follow-up that makes this driver use the managed variant of gpiochip_add_data(). Bart