staging: android: ion_legency: fix debug dir name

Change-Id: I97011e4bb17add08408856dda9c821673f299708
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2020-04-22 10:52:31 +08:00
parent 9fca8e9e48
commit b53e459d52

View File

@@ -1986,7 +1986,7 @@ struct ion_device *ion_device_create(long (*custom_ioctl)
return ERR_PTR(ret);
}
idev->debug_root = debugfs_create_dir("ion", NULL);
idev->debug_root = debugfs_create_dir("ion_legency", NULL);
if (!idev->debug_root) {
pr_err("ion: failed to create debugfs root directory.\n");
goto debugfs_done;