Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> writes: > + > +static int bind_con_driver(const struct consw *csw, int first, int last, > + int deflt) > +{ > + int ret; > + > + console_unlock(); console_lock() maybe... > + ret = do_bind_con_driver(csw, first, last, deflt); > + console_unlock(); > + return ret; > +} > + Bjørn -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html