mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
serial: samsung: add missing platform_driver_unregister() when module exit
We have registered platform driver when module init, and need unregister it when module exit. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f6b6f52b58
commit
a82ea43965
@ -1803,6 +1803,7 @@ static int __init s3c24xx_serial_modinit(void)
|
||||
|
||||
static void __exit s3c24xx_serial_modexit(void)
|
||||
{
|
||||
platform_driver_unregister(&samsung_serial_driver);
|
||||
uart_unregister_driver(&s3c24xx_uart_drv);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user