diff options
author | 2025-04-01 08:11:39 +0300 | |
---|---|---|
committer | 2025-04-22 16:49:11 +0300 | |
commit | dcbd5dcc956e2331414fd7020b4655df08deeb87 (patch) | |
tree | 2d4cd6a00e21f48c749ef99cf91fe15f198d77dc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/bridge: analogix_dp: ignore return values of drm_panel_* calls (diff) | |
download | wireguard-linux-dcbd5dcc956e2331414fd7020b4655df08deeb87.tar.xz wireguard-linux-dcbd5dcc956e2331414fd7020b4655df08deeb87.zip |
drm/panel: make prepare/enable and disable/unprepare calls return void
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions