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

USB: FHCI: 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/fhci-dbg.c
··· 108 108 { 109 109 struct device *dev = fhci_to_hcd(fhci)->self.controller; 110 110 111 - fhci->dfs_root = debugfs_create_dir(dev_name(dev), NULL); 111 + fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); 112 112 if (!fhci->dfs_root) { 113 113 WARN_ON(1); 114 114 return;