Re: [PATCH] drm/omap: Use {} to zero initialize the mode

2020-07-24 Thread Laurent Pinchart
Hi Ville, Thank you for the patch, and sorry for having let this issue slip through the cracks :-S On Fri, Jul 24, 2020 at 10:07:18PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > The first member of drm_display_mode is no longer a structure, but > the code is still using {{0}} to zero

Re: [PATCH] drm/omap: Use {} to zero initialize the mode

2020-07-24 Thread Daniel Vetter
On Fri, Jul 24, 2020 at 10:04 PM Ville Syrjälä wrote: > > On Fri, Jul 24, 2020 at 09:43:45PM +0200, Daniel Vetter wrote: > > On Fri, Jul 24, 2020 at 9:07 PM Ville Syrjala > > wrote: > > > > > > From: Ville Syrjälä > > > > > > The first member of drm_display_mode is no longer a structure, but >

Re: [PATCH] drm/omap: Use {} to zero initialize the mode

2020-07-24 Thread Ville Syrjälä
On Fri, Jul 24, 2020 at 09:43:45PM +0200, Daniel Vetter wrote: > On Fri, Jul 24, 2020 at 9:07 PM Ville Syrjala > wrote: > > > > From: Ville Syrjälä > > > > The first member of drm_display_mode is no longer a structure, but > > the code is still using {{0}} to zero initialize it. Make that just >

Re: [PATCH] drm/omap: Use {} to zero initialize the mode

2020-07-24 Thread Daniel Vetter
On Fri, Jul 24, 2020 at 9:07 PM Ville Syrjala wrote: > > From: Ville Syrjälä > > The first member of drm_display_mode is no longer a structure, but > the code is still using {{0}} to zero initialize it. Make that just > {} so it works regardless of what lies inside. > > Cc: Dave Airlie > Cc:

[PATCH] drm/omap: Use {} to zero initialize the mode

2020-07-24 Thread Ville Syrjala
From: Ville Syrjälä The first member of drm_display_mode is no longer a structure, but the code is still using {{0}} to zero initialize it. Make that just {} so it works regardless of what lies inside. Cc: Dave Airlie Cc: Laurent Pinchart Cc: Tomi Valkeinen Fixes: 42acb06b01b1 ("drm: pahole