Re: [PATCH 6/9 v2] drm: use c99 initializers in structures

2014-08-25 Thread Daniel Vetter
On Sat, Aug 23, 2014 at 06:09:56PM +0200, Julia Lawall wrote: > From: Julia Lawall > > Use c99 initializers for structures. > > Drop 0 initializers in drivers/gpu/drm/sti/sti_vtac.c. A 0x0 initializer > is left in vtac_mode_aux in drivers/gpu/drm/sti/sti_vtac.c to highlight the > relation to

Re: [PATCH 6/9 v2] drm: use c99 initializers in structures

2014-08-25 Thread Daniel Vetter
On Sat, Aug 23, 2014 at 06:09:56PM +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Use c99 initializers for structures. Drop 0 initializers in drivers/gpu/drm/sti/sti_vtac.c. A 0x0 initializer is left in vtac_mode_aux in drivers/gpu/drm/sti/sti_vtac.c to highlight the

[PATCH 6/9 v2] drm: use c99 initializers in structures

2014-08-23 Thread Julia Lawall
From: Julia Lawall Use c99 initializers for structures. Drop 0 initializers in drivers/gpu/drm/sti/sti_vtac.c. A 0x0 initializer is left in vtac_mode_aux in drivers/gpu/drm/sti/sti_vtac.c to highlight the relation to vtac_mode_main. A simplified version of the semantic match that finds the

[PATCH 6/9 v2] drm: use c99 initializers in structures

2014-08-23 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Use c99 initializers for structures. Drop 0 initializers in drivers/gpu/drm/sti/sti_vtac.c. A 0x0 initializer is left in vtac_mode_aux in drivers/gpu/drm/sti/sti_vtac.c to highlight the relation to vtac_mode_main. A simplified version of the semantic