commit | 9f7d65fb39355dc0a384bd44584a6df73fbfb69e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Aug 22 12:37:28 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Sep 03 16:36:08 2019 +0300 |
tree | 65c06fe291705384d5e342f5408a574475c8e1fe | |
parent | d74d0767b95ed3a1d8f08fb00c8a1b111d50c634 [diff] |
rtw88: remove redundant assignment to pointer debugfs_topdir Pointer debugfs_topdir is initialized to a value that is never read and it is re-assigned later. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>