Re: [PATCH] drm/tests: probe_helper: Fix unitialized variable

2022-12-01 Thread Maxime Ripard
On Thu, 1 Dec 2022 10:07:36 +0100, Maxime Ripard wrote: > The len variable is used while uninitialized. Initialize it. > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime

Re: [PATCH] drm/tests: probe_helper: Fix unitialized variable

2022-12-01 Thread Javier Martinez Canillas
On 12/1/22 10:07, Maxime Ripard wrote: > The len variable is used while uninitialized. Initialize it. > > Fixes: 1e4a91db109f ("drm/probe-helper: Provide a TV get_modes helper") > Reported-by: kernel test robot > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/tests/drm_probe_helper_test.c

[PATCH] drm/tests: probe_helper: Fix unitialized variable

2022-12-01 Thread Maxime Ripard
The len variable is used while uninitialized. Initialize it. Fixes: 1e4a91db109f ("drm/probe-helper: Provide a TV get_modes helper") Reported-by: kernel test robot Signed-off-by: Maxime Ripard --- drivers/gpu/drm/tests/drm_probe_helper_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/