]> git.baikalelectronics.ru Git - kernel.git/commit
serial: samsung: add missing platform_driver_unregister() when module exit
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sat, 27 Apr 2013 10:14:29 +0000 (18:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2013 18:54:55 +0000 (11:54 -0700)
commit2444ab941d5fc8bc0bacc57ea820c2ef1c886ff4
treec2ea5a322fa1605b58b10a6bd0a49cbecd270814
parent7d88c383562dbc4c9e847ad94e50b05a804785ee
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>
drivers/tty/serial/samsung.c