Re: [PATCH] drm/mcde: Fix uninitialized value

2020-11-23 Thread Sam Ravnborg
On Thu, Nov 19, 2020 at 03:07:07PM +0100, Linus Walleij wrote: > "val" isn't initialized on the default: errorpath. > Just return from the function if this happens. > > Reported-by: kernel test robot > Reported-by: Dan Carpenter > Signed-off-by: Linus Walleij Reviewed-by: Sam Ravnborg In the

[PATCH] drm/mcde: Fix uninitialized value

2020-11-19 Thread Linus Walleij
"val" isn't initialized on the default: errorpath. Just return from the function if this happens. Reported-by: kernel test robot Reported-by: Dan Carpenter Signed-off-by: Linus Walleij --- drivers/gpu/drm/mcde/mcde_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d