在 2020/11/3 15:45, Greg Kroah-Hartman 写道:
On Tue, Nov 03, 2020 at 03:33:41PM +0800, Qinglang Miao wrote: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 <[email protected]> --- drivers/tty/serial/serial_txx9.c | 3 +++ 1 file changed, 3 insertions(+)What changed from v1? Always put that below the --- line. Please fix up and send v3. thanks, greg k-h .
Hi Greg, Sorry about that. I've resent a new v3 patch showing the changes. Thanks.

