commit | d738005da9c59e57e5700ccf6f505c9569c93da1 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Thu Aug 20 14:12:56 2020 +0200 |
committer | Paul Cercueil <paul@crapouillou.net> | Thu Aug 20 18:34:42 2020 +0200 |
tree | 84463fdc2b4b2c66bd348844f780aa7beea42e27 | |
parent | 2f4b769e4d18c1a38dc892668971fc2f0c4e6f5b [diff] |
drm/panel: novatek,nt39016: Remove 'dev' field in priv struct There is already a 'struct device' pointer in the drm_panel structure, that we can access easily from our priv structure, so there's no need for a separate 'dev' field there. Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Paul Cercueil <paul@crapouillou.net> Link: https://patchwork.freedesktop.org/patch/msgid/20200820121256.32037-3-paul@crapouillou.net