Re: [PATCH 05/14] drm/bridge: analogix_dp: remove unused analogix_dp_remove

2024-05-07 Thread Robert Foss
On Fri, May 3, 2024 at 5:13 PM Lucas Stach wrote: > > Now that the clock is handled dynamically through > analogix_dp_resume/suspend and it isn't statically enabled in the > driver probe routine, there is no need for the remove function anymore. > > Signed-off-by: Lucas Stach > --- >

[PATCH 05/14] drm/bridge: analogix_dp: remove unused analogix_dp_remove

2024-05-03 Thread Lucas Stach
Now that the clock is handled dynamically through analogix_dp_resume/suspend and it isn't statically enabled in the driver probe routine, there is no need for the remove function anymore. Signed-off-by: Lucas Stach --- drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 5 -