Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c26029f authored by Shawn Lin's avatar Shawn Lin Committed by Kalle Valo
Browse files

mwifiex: debugfs: remove redunant check of mwifiex_dfs_dir



debugfs_remove already check mwifiex_dfs_dir, so remove it.

Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 421ba82c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1046,6 +1046,5 @@ mwifiex_debugfs_init(void)
void
mwifiex_debugfs_remove(void)
{
	if (mwifiex_dfs_dir)
	debugfs_remove(mwifiex_dfs_dir);
}