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)
commit0e343b086b05abcb9820c90b057a2f237ce8bc1c
treea20ea8cb45321432717978af6c47ebf9ca93da0d
parent7b4e467d2f995702ad473cacd05a00a744a43cc5
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