Re: [PATCH -next] drm/atomic: make release_crtc_commit() static

2017-01-23 Thread Daniel Vetter
On Mon, Jan 16, 2017 at 07:36:27PM -0200, Gustavo Padovan wrote: > Hi Wei, > > 2017-01-12 Wei Yongjun : > > > From: Wei Yongjun > > > > Fixes the following sparse warning: > > > > drivers/gpu/drm/drm_atomic_helper.c:1360:6: warning: > > symbol 'release_crtc_commit' was not declared. Should it

Re: [PATCH -next] drm/atomic: make release_crtc_commit() static

2017-01-16 Thread Gustavo Padovan
Hi Wei, 2017-01-12 Wei Yongjun : > From: Wei Yongjun > > Fixes the following sparse warning: > > drivers/gpu/drm/drm_atomic_helper.c:1360:6: warning: > symbol 'release_crtc_commit' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- > drivers/gpu/drm/drm_atomic_help

[PATCH -next] drm/atomic: make release_crtc_commit() static

2017-01-12 Thread Wei Yongjun
From: Wei Yongjun Fixes the following sparse warning: drivers/gpu/drm/drm_atomic_helper.c:1360:6: warning: symbol 'release_crtc_commit' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/gpu/drm/drm_atomic_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion