mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 23:48:08 +09:00
commit6798df4c5fupstream. When csw->con_startup() fails in do_register_con_driver, we return no error (i.e. 0). This was changed back in 2006 by commit3e795de763. Before that we used to return -ENODEV. So fix the return value to be -ENODEV in that case again. Fixes:3e795de763("VT binding: Add binding/unbinding support for the VT console") Signed-off-by: Jiri Slaby <jslaby@suse.cz> Reported-by: "Dan Carpenter" <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>