]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitd40325b43750eb4a8a81240e36fe38e9ccbcc9eb
tree10902990c370d1f2fedb26832702b57810c329d4
parent5e921b19268d87a0c64f3181c0d3ea9df9eea972
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