Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea92110b authored by Kees Cook's avatar Kees Cook Committed by Greg Kroah-Hartman
Browse files

console: SisUSB2VGA: Drop dummy con_font_get()



As done in commit:

  724ba8b3 ("console/dummy: leave .con_font_get set to NULL")

This drops the dummy .con_font_get(), as it could leave arguments
uninitialized.

Cc: Thomas Winischhofer <thomas@winischhofer.net>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4a3928c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1358,7 +1358,6 @@ static const struct consw sisusb_dummy_con = {
	.con_switch =		SISUSBCONDUMMY,
	.con_blank =		SISUSBCONDUMMY,
	.con_font_set =		SISUSBCONDUMMY,
	.con_font_get =		SISUSBCONDUMMY,
	.con_font_default =	SISUSBCONDUMMY,
	.con_font_copy =	SISUSBCONDUMMY,
};