msm: ipa3: fix odu debugfs
Fix a bug in IPA ODU where debugfs directory was deleted after creation. CRs-Fixed: 1015545 Change-Id: I5aad7032f3f8048216a41765f1cf91fde98f6ade Acked-by: Ady Abraham <adya@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
This commit is contained in:
parent
1461f9a12d
commit
026e7f985b
1 changed files with 1 additions and 0 deletions
|
@ -792,6 +792,7 @@ static void odu_debugfs_init(void)
|
|||
goto fail;
|
||||
}
|
||||
|
||||
return;
|
||||
fail:
|
||||
debugfs_remove_recursive(dent);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue