Re: [PATCH v2] drm/panel: samsung: make vint_table static

2020-09-15 Thread Laurent Pinchart
Hi Jason, Thank you for the patch. On Tue, Sep 15, 2020 at 11:56:32AM +0800, Jason Yan wrote: > This eliminates the following sparse warning: > > drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c:217:15: warning: symbol > 'vint_table' was not declared. Should it be static? The commit message should

[PATCH v2] drm/panel: samsung: make vint_table static

2020-09-15 Thread Jason Yan
This eliminates the following sparse warning: drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c:217:15: warning: symbol 'vint_table' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c | 2 +- 1 file changed, 1 i