drm/connector: Document destroy hook in drmm init functions
authorJosé Expósito <jose.exposito89@gmail.com>
Sun, 4 Aug 2024 17:05:52 +0000 (19:05 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 5 Aug 2024 18:02:40 +0000 (20:02 +0200)
commita99aff2608f422da833cd91fa1eff23daa05c0bd
tree18cbd49fb0c616db6914dfd85c013dfbeb5cff5d
parent21e97d3ca814ea59d5ddb6a734125bd006b66a60
drm/connector: Document destroy hook in drmm init functions

Document that the drm_connector_funcs.destroy hook must be NULL in
drmm_connector_init() and drmm_connector_hdmi_init().

Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240804170551.33971-2-jose.exposito89@gmail.com
drivers/gpu/drm/drm_connector.c