Re: [PATCH] video/macfb: Call fb_invert_cmaps()

2019-04-01 Thread Bartlomiej Zolnierkiewicz
On 02/18/2019 12:25 AM, Finn Thain wrote: > The 'inverse' parameter has no effect otherwise. Remove set-but-unused > variable. > > Cc: linux-m...@lists.linux-m68k.org > Signed-off-by: Finn Thain Patch queued for v5.2, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute

[PATCH] video/macfb: Call fb_invert_cmaps()

2019-02-18 Thread Finn Thain
The 'inverse' parameter has no effect otherwise. Remove set-but-unused variable. Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Finn Thain --- drivers/video/fbdev/macfb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/video/fbdev/macfb.c