Re: [PATCH] drm: panel: himax-hx8279: avoid using an uninitialized variable

2025-04-24 Thread Neil Armstrong
Hi, On 23/04/2025 18:32, Arnd Bergmann wrote: From: Arnd Bergmann goa_even_valid is only initialized in one branch but not the other: drivers/gpu/drm/panel/panel-himax-hx8279.c:838:6: error: variable 'goa_even_valid' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometime

Re: [PATCH] drm: panel: himax-hx8279: avoid using an uninitialized variable

2025-04-24 Thread AngeloGioacchino Del Regno
Il 23/04/25 18:32, Arnd Bergmann ha scritto: From: Arnd Bergmann goa_even_valid is only initialized in one branch but not the other: drivers/gpu/drm/panel/panel-himax-hx8279.c:838:6: error: variable 'goa_even_valid' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-

Re: [PATCH] drm: panel: himax-hx8279: avoid using an uninitialized variable

2025-04-23 Thread Dmitry Baryshkov
On Wed, Apr 23, 2025 at 06:32:07PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > goa_even_valid is only initialized in one branch but not the other: > > drivers/gpu/drm/panel/panel-himax-hx8279.c:838:6: error: variable > 'goa_even_valid' is used uninitialized whenever 'if' condition is