mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user