Re: [PATCH 3/4] usb: ehci: Add new EHCI driver for Broadcom STB SoC's

From: Al Cooper
Date: Fri Mar 27 2020 - 16:28:45 EST


On Tue, Mar 17, 2020 at 2:48 PM Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> 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.

I removed this.
Thanks
Al

>
> thanks,
>
> greg k-h