]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fbcon: fbcon_is_inactive() -> fbcon_is_active()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 23 Sep 2024 15:57:47 +0000 (18:57 +0300)
committerHelge Deller <deller@gmx.de>
Sun, 27 Jul 2025 17:56:52 +0000 (19:56 +0200)
commitffc825a27f5503136196cb38f41641b58bf2df31
tree581e201556cd506a57cbf8fe81f49d11cdac47b8
parent91a256467eed9e4449969163e3c93bc4bd990145
fbcon: fbcon_is_inactive() -> fbcon_is_active()

Invert fbcon_is_inactive() into fbcon_is_active(). Much easier
on the poor brain when you don't have to do dobule negations
all over the place.

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