Alan Cox <a...@lxorguk.ukuu.org.uk> 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-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/