Re: [PATCH] regulator: core: Quiet -EPROBE_DEFER from regulator_bulk_get()

2018-05-17 Thread Mark Brown
On Mon, May 14, 2018 at 03:40:27PM -0700, Douglas Anderson wrote: > The -EPROBE_DEFER virus demands special case code to avoid printing > error messages when the error is only -EPROBE_DEFER. Spread the virus > to a new host: regulator_bulk_get() There's no requirement to suppress probe deferral

Re: [PATCH] regulator: core: Quiet -EPROBE_DEFER from regulator_bulk_get()

2018-05-17 Thread Mark Brown
On Mon, May 14, 2018 at 03:40:27PM -0700, Douglas Anderson wrote: > The -EPROBE_DEFER virus demands special case code to avoid printing > error messages when the error is only -EPROBE_DEFER. Spread the virus > to a new host: regulator_bulk_get() There's no requirement to suppress probe deferral

[PATCH] regulator: core: Quiet -EPROBE_DEFER from regulator_bulk_get()

2018-05-14 Thread Douglas Anderson
The -EPROBE_DEFER virus demands special case code to avoid printing error messages when the error is only -EPROBE_DEFER. Spread the virus to a new host: regulator_bulk_get() Signed-off-by: Douglas Anderson --- drivers/regulator/core.c | 5 +++-- 1 file changed, 3

[PATCH] regulator: core: Quiet -EPROBE_DEFER from regulator_bulk_get()

2018-05-14 Thread Douglas Anderson
The -EPROBE_DEFER virus demands special case code to avoid printing error messages when the error is only -EPROBE_DEFER. Spread the virus to a new host: regulator_bulk_get() Signed-off-by: Douglas Anderson --- drivers/regulator/core.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)