Skip to content

Commit d4836b6

Browse files
Chunfeng Yungregkh
authored andcommitted
usb: musb: create debugfs directory under usb root
Now the USB gadget subsystem can use the USB debugfs root directory, so move musb's directory from the root of the debugfs filesystem into the root of usb Signed-off-by: Chunfeng Yun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0b2c26f commit d4836b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/musb/musb_debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ void musb_init_debugfs(struct musb *musb)
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);

0 commit comments

Comments
 (0)