commit | d40325b43750eb4a8a81240e36fe38e9ccbcc9eb | [log] [tgz] |
---|---|---|
author | Stephane Viau <sviau@codeaurora.org> | Tue Sep 15 08:41:47 2015 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Thu Oct 22 15:39:55 2015 -0400 |
tree | 10902990c370d1f2fedb26832702b57810c329d4 | |
parent | 5e921b19268d87a0c64f3181c0d3ea9df9eea972 [diff] |
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>