]> git.baikalelectronics.ru Git - kernel.git/commit
drm/lima: Reduce the amount of logs on deferred probe of clocks and reset controller
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 21 Jun 2019 16:21:17 +0000 (18:21 +0200)
committerQiang Yu <yuq825@gmail.com>
Sun, 23 Jun 2019 03:24:05 +0000 (11:24 +0800)
commitfc6faeb8a892c47360708b65efe1fce7be4952f5
treea20ea8cb45321432717978af6c47ebf9ca93da0d
parentf62ad0e8f6bb8662082f0fa3b1fbdfe9eae4b661
drm/lima: Reduce the amount of logs on deferred probe of clocks and reset controller

There is no point to print deferred probe messages as errors.  Adjust
the printks for error paths of obtaining clocks and reset controller.
This removes the error message of lima_clk_init() call in favor or
specific failure messages inside.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190621162117.22533-4-krzk@kernel.org
drivers/gpu/drm/lima/lima_device.c