commit | 4a13bcd8ccd5cc063969620e68f068a83cccc55a | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Mon Jul 11 17:50:29 2022 +0200 |
committer | Helge Deller <deller@gmx.de> | Mon Jul 18 07:56:18 2022 +0200 |
tree | ac365a5fc6d5e49ce211d887e2c68dbceb7c7ea8 | |
parent | 35fa155e836833fdd5744c5237aca7e2c2c31e03 [diff] |
video: fbdev: atari: Remove unneeded casts from void * There is no need to cast fb_info.par to "struct atafb_par *", as the former has type "void *". Remove the casts, as they make it impossible to validate types. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Tested-by: Michael Schmitz <schmitzmic@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>