Re: [PATCH 1/1] drm/sti: fix build warnings in sti_drv.c and sti_vtg.c files

2017-02-22 Thread Dave Airlie
On 20 February 2017 at 21:55, Vincent Abriou wrote: > Fix compilation warning introduced by: > commit 0c7ff84f7f9d ("drm/sti: remove deprecated legacy vtg slave") > commit 5e60f595d6ca ("drm/sti: use atomic_helper for commit") > I've pulled this in, please be more careful in future to avoid this

[PATCH 1/1] drm/sti: fix build warnings in sti_drv.c and sti_vtg.c files

2017-02-20 Thread Vincent Abriou
Fix compilation warning introduced by: commit 0c7ff84f7f9d ("drm/sti: remove deprecated legacy vtg slave") commit 5e60f595d6ca ("drm/sti: use atomic_helper for commit") Signed-off-by: Vincent Abriou --- drivers/gpu/drm/sti/sti_drv.c | 9 - drivers/gpu/drm/sti/sti_vtg.c | 1 - 2 files cha