Re: [PATCH] gpiolib: probe deferral error reporting

2018-07-29 Thread Linus Walleij
On Fri, Jul 20, 2018 at 9:54 AM Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Actually report the error code from devm_regulator_get() which may as > well just be a probe deferral. > > This is e.g. what one gets upon booting a Colibri T20: > > gpiochip_add_data_with_key: GPIOs 0..223 (tegra

[PATCH] gpiolib: probe deferral error reporting

2018-07-20 Thread Marcel Ziswiler
From: Marcel Ziswiler Actually report the error code from devm_regulator_get() which may as well just be a probe deferral. This is e.g. what one gets upon booting a Colibri T20: gpiochip_add_data_with_key: GPIOs 0..223 (tegra-gpio) failed to register Signed-off-by: Marcel Ziswiler --- driv