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

USB: OHCI: 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/ohci-hcd.c
··· 1105 1105 set_bit(USB_OHCI_LOADED, &usb_hcds_loaded); 1106 1106 1107 1107 #ifdef DEBUG 1108 - ohci_debug_root = debugfs_create_dir("ohci", NULL); 1108 + ohci_debug_root = debugfs_create_dir("ohci", usb_debug_root); 1109 1109 if (!ohci_debug_root) { 1110 1110 retval = -ENOENT; 1111 1111 goto error_debug;