diff options
author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-04-01 08:11:39 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-04-22 16:49:11 +0300 |
commit | dcbd5dcc956e2331414fd7020b4655df08deeb87 (patch) | |
tree | 2d4cd6a00e21f48c749ef99cf91fe15f198d77dc /sound/soc/codecs/wm_hubs.c | |
parent | 58a71d2bf103550f809987e16d8c1949be719040 (diff) |
drm/panel: make prepare/enable and disable/unprepare calls return voidHEADfor-linux-nextdrm-misc-next
Now there are no users of the return value of the drm_panel_prepare(),
drm_panel_unprepare(), drm_panel_enable() and drm_panel_disable() calls.
Usually these calls are performed from the atomic callbacks, where it is
impossible to return an error. Stop returning error codes and return
void instead.
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250401-panel-return-void-v1-7-93e1be33dc8d@oss.qualcomm.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Diffstat (limited to 'sound/soc/codecs/wm_hubs.c')
0 files changed, 0 insertions, 0 deletions