On Fri, Mar 13, 2020 at 10:15:44AM -0400, Al Cooper wrote: > +static int __init ehci_brcm_init(void) > +{ > + if (usb_disabled()) > + return -ENODEV; > + > + pr_info("%s: " BRCM_DRIVER_DESC "\n", brcm_hcd_name); Drivers should be quiet if all is good, no need for this line. thanks, greg k-h