]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: anx6345: don't print error message if regulator is not ready
authorVasily Khoruzhick <anarsoul@gmail.com>
Wed, 26 Feb 2020 08:10:07 +0000 (00:10 -0800)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 27 Feb 2020 12:49:27 +0000 (13:49 +0100)
commit9560fc15e9f43ecdb59b4875705d17c723300084
tree6d9a9056f7446551cd1fdd82d1fe73e3d10eb503
parente944668f7a46b8b48f024ae23c34c4637035ec40
drm/bridge: anx6345: don't print error message if regulator is not ready

We don't want to print scary message if devm_regulator_get() returns
-EPROBE_DEFER

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20200226081011.1347245-3-anarsoul@gmail.com
drivers/gpu/drm/bridge/analogix/analogix-anx6345.c