tty/vt: don't set font mappings on vc not supporting this
authorImre Deak <imre.deak@intel.com>
Thu, 2 Oct 2014 13:34:31 +0000 (16:34 +0300)
committerJiri Slaby <jslaby@suse.cz>
Wed, 30 Sep 2015 09:00:00 +0000 (11:00 +0200)
commit8f5ea57d547accab3226e35bdabdf68c7b6f425b
tree59b40ca8abe5e04a5fafeaaabb6bbd154bf7837c
parent83bd38426a3b1ec9116afe60e5bbee1e9fe0cf44
tty/vt: don't set font mappings on vc not supporting this

commit 9e326f78713a4421fe11afc2ddeac07698fac131 upstream.

We can call this function for a dummy console that doesn't support
setting the font mapping, which will result in a null ptr BUG. So check
for this case and return error for consoles w/o font mapping support.

Reference: https://bugzilla.kernel.org/show_bug.cgi?id=59321
Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/tty/vt/consolemap.c