Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66536ab3 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 08f4e586
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -108,7 +108,7 @@ void fhci_dfs_create(struct fhci_hcd *fhci)
{
{
	struct device *dev = fhci_to_hcd(fhci)->self.controller;
	struct device *dev = fhci_to_hcd(fhci)->self.controller;


	fhci->dfs_root = debugfs_create_dir(dev_name(dev), NULL);
	fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root);
	if (!fhci->dfs_root) {
	if (!fhci->dfs_root) {
		WARN_ON(1);
		WARN_ON(1);
		return;
		return;