commit | 2f4b769e4d18c1a38dc892668971fc2f0c4e6f5b | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Thu Aug 20 14:12:55 2020 +0200 |
committer | Paul Cercueil <paul@crapouillou.net> | Thu Aug 20 18:34:28 2020 +0200 |
tree | 254dec9d5e3cc4ad5baaf23e7b495348b407989f | |
parent | 0b06286579b81449b1e8f14f88d3a8db091fd443 [diff] |
drm/panel: novatek,nt39016: Reorder calls in probe The drm_panel_of_backlight() function must be called after drm_panel_init(), according to the function's documentation; otherwise the backlight won't be properly initialized. Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Paul Cercueil <paul@crapouillou.net> Link: https://patchwork.freedesktop.org/patch/msgid/20200820121256.32037-2-paul@crapouillou.net