Re: [PATCH] gpio: davinci: silence error prints in case of EPROBE_DEFER

2019-07-08 Thread Bartosz Golaszewski
pon., 8 lip 2019 o 10:48 Keerthy napisaƂ(a): > > Silence error prints in case of EPROBE_DEFER. This avoids > multiple/duplicate defer prints during boot. > > Signed-off-by: Keerthy > --- > drivers/gpio/gpio-davinci.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/d

[PATCH] gpio: davinci: silence error prints in case of EPROBE_DEFER

2019-07-08 Thread Keerthy
Silence error prints in case of EPROBE_DEFER. This avoids multiple/duplicate defer prints during boot. Signed-off-by: Keerthy --- drivers/gpio/gpio-davinci.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index f