commit | 4c3e48794dec7cb568974ba3bf2ab62b9c45ca3e | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Wed Sep 04 14:16:11 2019 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Sep 06 17:11:36 2019 +0300 |
tree | bdff92d4e6c29e27b6b97d9777c2d9c7002cdda4 | |
parent | eb9affaeff701ce90fcf476ff5332624f9d0ddd2 [diff] |
rtlwifi: Fix file release memory leak When using single_open() for opening, single_release() should be used instead of seq_release(), otherwise there is a memory leak. This is detected by Coccinelle semantic patch. Fixes: 610247f46feb ("rtlwifi: Improve debugging by using debugfs") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>