]> git.karo-electronics.de Git - karo-tx-linux.git/commit
TTY: ehv_bytechan: add missing platform_driver_unregister() when module exit
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sat, 27 Apr 2013 10:14:56 +0000 (18:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2013 19:15:59 +0000 (12:15 -0700)
commitdf957d2b9c5c8aa12f050f94c9f15236fb0e51f1
treedc4d2721d7c72b5d85cb944c9146867c3dda7c02
parent416187caedf1c3b30f9bd1ffe4f4e5596fe65ae6
TTY: ehv_bytechan: 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/ehv_bytechan.c