]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init
authorQinglang Miao <miaoqinglang@huawei.com>
Tue, 3 Nov 2020 08:49:42 +0000 (16:49 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Nov 2020 11:39:09 +0000 (12:39 +0100)
commitbe5d35c29a2a2e0359d691dbc190dfb1f59b6a87
treecf1f29c6410ccafd2575f581972348299dc03708
parentee9f9c96fbb0b0b56072df9ef6d9fdbadf8a331c
serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init

commit 0c5fc92622ed5531ff324b20f014e9e3092f0187 upstream.

Add the missing platform_driver_unregister() before return
from serial_txx9_init in the error handling case when failed
to register serial_txx9_pci_driver with macro ENABLE_SERIAL_TXX9_PCI
defined.

Fixes: ab4382d27412 ("tty: move drivers/serial/ to drivers/tty/serial/")
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Link: https://lore.kernel.org/r/20201103084942.109076-1-miaoqinglang@huawei.com
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_txx9.c