mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
drm/tidss: Drop extra drm_mode_config_reset() call
We are calling drm_mode_config_reset() twice at probe time. There's no
reason for this and the second call can be removed, reducing work at
probe time slightly.
Fixes: 32a1795f57 ("drm/tidss: New driver for TI Keystone platform Display SubSystem")
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://patch.msgid.link/20260311-tidss-minor-fixes-v2-1-cb4479784458@ideasonboard.com
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
This commit is contained in:
parent
45046f8718
commit
f468fef387
|
|
@ -287,8 +287,6 @@ int tidss_modeset_init(struct tidss_device *tidss)
|
|||
if (ret)
|
||||
return ret;
|
||||
|
||||
drm_mode_config_reset(ddev);
|
||||
|
||||
dev_dbg(tidss->dev, "%s done\n", __func__);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user