fbcon: fbcon_cursor_noblink -> fbcon_cursor_blink
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 23 Sep 2024 20:48:53 +0000 (23:48 +0300)
committerHelge Deller <deller@gmx.de>
Sun, 27 Jul 2025 17:56:51 +0000 (19:56 +0200)
commit91a256467eed9e4449969163e3c93bc4bd990145
tree000731ff4e8a3574e655d0531dc062cb25264133
parenta2a42f0c96d709d0cf5cc672acb352934ca95326
fbcon: fbcon_cursor_noblink -> fbcon_cursor_blink

Invert fbcon_cursor_noblink into fbcon_cursor_blink so that:
- it matches the sysfs attribute exactly
- avoids having to do these NOT operations all over the place
- use bool instead of int

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/core/fbcon.c