]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/fhci-dbg.c
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / usb / host / fhci-dbg.c
index ea8a4255c5da25b29136da57b8849c7bdd3f4285..e799f86dab1169c3542dc4c7c8eb5411feb2c2c8 100644 (file)
@@ -108,7 +108,7 @@ void fhci_dfs_create(struct fhci_hcd *fhci)
 {
        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) {
                WARN_ON(1);
                return;