Hi
Am 20.06.22 um 16:40 schrieb Maxime Ripard:
On Mon, Jun 20, 2022 at 04:19:43PM +0200, Thomas Zimmermann wrote:
Hi
Am 20.06.22 um 14:18 schrieb Maxime Ripard:
- At driver unload time the driver's &drm_connector_funcs.destroy hook
- should call drm_connector_unregister(), drm_connector_cleanup() and
- kfree() the connector structure.
This sentence sounds odd.
Yeah, I was using kfree as a verb which is probably where the weirdness comes from.
Would that be better:
At driver unload time the driver's &drm_connector_funcs.destroy hook should call drm_connector_unregister() and free the connector structure.
Yes. That's better.
Best regards Thomas
Maxime