]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/mdp5: Avoid printing error messages for optional clocks
authorStephane Viau <sviau@codeaurora.org>
Tue, 15 Sep 2015 12:41:47 +0000 (08:41 -0400)
committerRob Clark <robdclark@gmail.com>
Thu, 22 Oct 2015 19:39:55 +0000 (15:39 -0400)
commit8dd7f0bc86d4c3ac478b258e07f765433b6c272c
tree10902990c370d1f2fedb26832702b57810c329d4
parent14aa4f39426ec08fcaebd75ed28d55a362f89616
drm/msm/mdp5: Avoid printing error messages for optional clocks

The current behavior is to try to get optional clocks and print a
dev_err message in case of failure. This looks rather confusing
and may increase with the amount of optional clocks.

We may need a cleaner way to handle per-device clocks but in the
meantime, let's reduce the amount of dev_err messages during the
probe.

Signed-off-by: Stephane Viau <sviau@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Documentation/devicetree/bindings/drm/msm/mdp.txt
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c