On Fri, Feb 15, 2019 at 3:19 AM Finn Thain fthain@telegraphics.com.au wrote:
The value of info->var.bits_per_pixel get checked in macfb_setcolreg(). Remove additional checks as they are redundant.
macfb_defined.activate gets initialized to FB_ACTIVATE_NOW by the struct initializer. Remove redundant assignments.
macfb_defined.bits_per_pixel, .width and .height all get assigned unconditionally. Remove redundant initializers.
Cc: linux-m68k@lists.linux-m68k.org Tested-by: Stan Johnson userm57@yahoo.com Signed-off-by: Finn Thain fthain@telegraphics.com.au
Reviewed-by: Geert Uytterhoeven geert@linux-m68k.org
Gr{oetje,eeting}s,
Geert