Re: [PATCH] usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbg

2016-11-15 Thread Bin Liu
On Wed, Nov 09, 2016 at 10:48:48AM -0700, Tony Lindgren wrote: > * 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 Applied. Thanks. -Bin. >

Re: [PATCH] usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbg

2016-11-09 Thread Tony Lindgren
* 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 +- >

[PATCH] usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbg

2016-11-09 Thread Ladislav Michl
There is no point having this complaint to be dev_err as it is just adding noise to bootlog. 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