]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tty: Allow uart_register/unregister/register
authorAlan Cox <alan@linux.intel.com>
Mon, 14 May 2012 13:51:22 +0000 (14:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2012 07:15:46 +0000 (15:15 +0800)
commit084a66bbb3dad4431692e4e0ebc673c93b23c340
tree4ab9963c5acd2cc84643080704878abb02c0d804
parent98e2a3c2af332867f0bb979c32470b9c4ca19d42
tty: Allow uart_register/unregister/register

commit 1e66cded334e6cea596c72f6f650eec351b1e959 upstream.

This is legitimate but because we don't clear the drv->state pointer in the
unregister code causes a bogus BUG().

Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=42880
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c