Re: [PATCH] fbdev: c2p: Use BUILD_BUG() instead of custom solution

2020-02-11 Thread Bartlomiej Zolnierkiewicz
On 2/11/20 9:49 AM, Geert Uytterhoeven wrote: > On Mon, Feb 10, 2020 at 12:16 PM Geert Uytterhoeven > wrote: >> On Sun, Jan 12, 2020 at 6:15 PM Geert Uytterhoeven >> wrote: >>> Replace the call to the custom non-existing function by a standard >>> BUILD_BUG() invocation. >>> >>> Suggested-by:

Re: [PATCH] fbdev: c2p: Use BUILD_BUG() instead of custom solution

2020-02-11 Thread Geert Uytterhoeven
On Mon, Feb 10, 2020 at 12:16 PM Geert Uytterhoeven wrote: > On Sun, Jan 12, 2020 at 6:15 PM Geert Uytterhoeven > wrote: > > Replace the call to the custom non-existing function by a standard > > BUILD_BUG() invocation. > > > > Suggested-by: Masahiro Yamada > > Signed-off-by: Geert Uytterhoeven

Re: [PATCH] fbdev: c2p: Use BUILD_BUG() instead of custom solution

2020-02-10 Thread Geert Uytterhoeven
On Sun, Jan 12, 2020 at 6:15 PM Geert Uytterhoeven wrote: > Replace the call to the custom non-existing function by a standard > BUILD_BUG() invocation. > > Suggested-by: Masahiro Yamada > Signed-off-by: Geert Uytterhoeven Thanks, applied and queued for v5.7. Gr{oetje,eeting}s,

[PATCH] fbdev: c2p: Use BUILD_BUG() instead of custom solution

2020-01-12 Thread Geert Uytterhoeven
Replace the call to the custom non-existing function by a standard BUILD_BUG() invocation. Suggested-by: Masahiro Yamada Signed-off-by: Geert Uytterhoeven --- drivers/video/fbdev/c2p_core.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/video/fbdev/c2p_