OSDN Git Service

usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN
[android-x86/kernel.git] / drivers / usb / core / usb.c
index 2a92b97..b1fb9ae 100644 (file)
@@ -1049,6 +1049,7 @@ static int __init usb_init(void)
                pr_info("%s: USB support disabled\n", usbcore_name);
                return 0;
        }
+       usb_init_pool_max();
 
        retval = usb_debugfs_init();
        if (retval)