console: SisUSB2VGA: Drop dummy con_font_get()

As done in commit:

  724ba8b30b ("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: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kees Cook 2018-02-26 16:04:18 -08:00 committed by Greg Kroah-Hartman
parent 4a3928c6f8
commit ea92110bc0
1 changed files with 0 additions and 1 deletions

View File

@ -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,
};