]> Pileus Git - ~andy/linux/commit
Staging: rtl8192e: add missing single_release()
authorLi Zefan <lizefan@huawei.com>
Wed, 31 Jul 2013 06:29:27 +0000 (14:29 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:33:36 +0000 (17:33 -0700)
commit1c9962b434e347c4e9875b8eaf41f87665bc0162
treeeefacc4f49089d40a675357f394ef4f1e978e68b
parentb9b9b35176316c3fc50ac50da9cf8796fbb7abd5
Staging: rtl8192e: add missing single_release()

The debug file is opened with single_open(), but there's no
single_release().

Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_module.c