forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/usb/musb/musb_debugfs.c
....@@ -325,7 +325,7 @@
325325 {
326326 struct dentry *root;
327327
328
- root = debugfs_create_dir(dev_name(musb->controller), NULL);
328
+ root = debugfs_create_dir(dev_name(musb->controller), usb_debug_root);
329329 musb->debugfs_root = root;
330330
331331 debugfs_create_file("regdump", S_IRUGO, root, musb, &musb_regdump_fops);