Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: UHCI: use the new usb debugfs directory

All usb debugfs files should be behind the usb directory, not at the
root of debugfs.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+1 -1
+1 -1
drivers/usb/host/uhci-hcd.c
··· 961 961 errbuf = kmalloc(ERRBUF_LEN, GFP_KERNEL); 962 962 if (!errbuf) 963 963 goto errbuf_failed; 964 - uhci_debugfs_root = debugfs_create_dir("uhci", NULL); 964 + uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); 965 965 if (!uhci_debugfs_root) 966 966 goto debug_failed; 967 967 }