]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/fhci-dbg.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / usb / host / fhci-dbg.c
index 34e14edf390bd2d49df420ab80a3b1297aead67b..ea8a4255c5da25b29136da57b8849c7bdd3f4285 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->bus_id, NULL);
+       fhci->dfs_root = debugfs_create_dir(dev_name(dev), NULL);
        if (!fhci->dfs_root) {
                WARN_ON(1);
                return;