drm/msm/dp: Clean up logs dp_power module
authorBjorn Andersson <quic_bjorande@quicinc.com>
Mon, 15 May 2023 03:02:55 +0000 (20:02 -0700)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 4 Jun 2023 02:44:53 +0000 (05:44 +0300)
commit9f93258549dbc677898224b8c20d56d1eb96b66e
treedab45592276a84e96d5cbd9ce8506fb8b8834315
parent1c5f6051ffdfdc633af088e565bc028e459b57d2
drm/msm/dp: Clean up logs dp_power module

The clk_bulk API already provides error messages indicating which
specific clock in the request for which the operation failed, further
more these errors are associated with the specific DisplayPort
controller (rather than the shared drm_device). The additional error
messages int he dp_power module does thereby not provide any benefit.

While at it, none of the dp_power handles passed to these functions are
dynamic in nature, so there should not be any need for runtime checking
them. Drop these as well.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/536938/
Link: https://lore.kernel.org/r/20230515030256.300104-2-quic_bjorande@quicinc.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/msm/dp/dp_power.c