xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
[platform/kernel/linux-rpi.git] / drivers / usb / host / xhci.c
index ab1b5ff..17a561a 100644 (file)
@@ -5495,6 +5495,7 @@ static int __init xhci_hcd_init(void)
                return -ENODEV;
 
        xhci_debugfs_create_root();
+       xhci_dbc_init();
 
        return 0;
 }
@@ -5506,6 +5507,7 @@ static int __init xhci_hcd_init(void)
 static void __exit xhci_hcd_fini(void)
 {
        xhci_debugfs_remove_root();
+       xhci_dbc_exit();
 }
 
 module_init(xhci_hcd_init);