From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbg Date: Wed, 9 Nov 2016 10:48:48 -0700 Message-ID: <20161109174847.GY2428@atomide.com> References: <20161109141026.GF20859@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20161109141026.GF20859-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ladislav Michl Cc: Bin Liu , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org * Ladislav Michl [161109 07:11]: > There is no point having this complaint to be dev_err as it is just adding > noise to bootlog. Acked-by: Tony Lindgren > Signed-off-by: Ladislav Michl > --- > drivers/usb/musb/omap2430.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c > index 451b372..7c9aa5e 100644 > --- a/drivers/usb/musb/omap2430.c > +++ b/drivers/usb/musb/omap2430.c > @@ -277,7 +277,7 @@ static int omap2430_musb_init(struct musb *musb) > if (status == -ENXIO) > return status; > > - dev_err(dev, "HS USB OTG: no transceiver configured\n"); > + dev_dbg(dev, "HS USB OTG: no transceiver configured\n"); > return -EPROBE_DEFER; > } > > -- > 2.1.4 > > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html