Re: [PATCH 2/6] drm/bridge: anx6345: Clean up error handling in probe()

2020-02-20 Thread Vasily Khoruzhick
On Thu, Feb 20, 2020 at 5:53 AM Laurent Pinchart wrote: > > Hi Vasily, Hi Laurent, > Thank you for the patch. > > On Thu, Feb 20, 2020 at 12:35:04AM -0800, Vasily Khoruzhick wrote: > > devm_regulator_get() returns either a dummy regulator or -EPROBE_DEFER, > > we don't need to print scary

Re: [PATCH 2/6] drm/bridge: anx6345: Clean up error handling in probe()

2020-02-20 Thread Laurent Pinchart
Hi Vasily, Thank you for the patch. On Thu, Feb 20, 2020 at 12:35:04AM -0800, Vasily Khoruzhick wrote: > devm_regulator_get() returns either a dummy regulator or -EPROBE_DEFER, > we don't need to print scary message in either case. > > Signed-off-by: Vasily Khoruzhick > --- >

[PATCH 2/6] drm/bridge: anx6345: Clean up error handling in probe()

2020-02-20 Thread Vasily Khoruzhick
devm_regulator_get() returns either a dummy regulator or -EPROBE_DEFER, we don't need to print scary message in either case. Signed-off-by: Vasily Khoruzhick --- drivers/gpu/drm/bridge/analogix/analogix-anx6345.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git