Re: [PATCH 3/6] video: fbdev: controlfb: add COMPILE_TEST support

2020-01-17 Thread Sam Ravnborg
Hi Bartlomiej On Thu, Jan 16, 2020 at 03:08:57PM +0100, Bartlomiej Zolnierkiewicz wrote: > Add COMPILE_TEST support to controlfb driver for better compile > testing coverage. This is not a nice patch to add COMPILE_TEST support :-( But I see why you do it. I already spent too much time being side

[PATCH 3/6] video: fbdev: controlfb: add COMPILE_TEST support

2020-01-16 Thread Bartlomiej Zolnierkiewicz
Add COMPILE_TEST support to controlfb driver for better compile testing coverage. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/video/fbdev/Kconfig | 2 +- drivers/video/fbdev/controlfb.c | 21 +++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/driv