drm/rockchip: analogix_dp: drop unnecessary probe deferral "error" print
authorBrian Norris <briannorris@chromium.org>
Wed, 17 Aug 2016 21:10:09 +0000 (14:10 -0700)
committerSean Paul <seanpaul@chromium.org>
Tue, 23 Aug 2016 15:44:37 +0000 (11:44 -0400)
commit808263393198b9b0f9d53b9983330fb4298851ec
tree758a02d9d741e10970efbc729a9e5853927e03fd
parent5b6804034ae9a7e792298786f70b95405730ea90
drm/rockchip: analogix_dp: drop unnecessary probe deferral "error" print

This driver is the only user of of_drm_find_panel() which prints an
error before doing probe deferral, yielding messages like this on boot,
before eventually succeeding:

[    2.234271] [drm:rockchip_dp_probe] *ERROR* failed to find panel
...
[    4.797539] [drm:rockchip_dp_probe] *ERROR* failed to find panel
...

Let's just drop the message.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/rockchip/analogix_dp-rockchip.c