diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 2b6565c06c237d43f22493a43be39272f0355aef..8d2f49e92524843664f0eabd8e2d375d2a858002 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -92,7 +92,7 @@ module_param(old_scheme_first, bool, S_IRUGO | S_IWUSR); MODULE_PARM_DESC(old_scheme_first, "start with the old device initialization scheme"); -static bool use_both_schemes = 1; +static bool use_both_schemes = true; module_param(use_both_schemes, bool, S_IRUGO | S_IWUSR); MODULE_PARM_DESC(use_both_schemes, "try the other device initialization scheme if the "