]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbg
authorLadislav Michl <ladis@linux-mips.org>
Mon, 21 Nov 2016 14:59:26 +0000 (08:59 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Nov 2016 16:35:36 +0000 (17:35 +0100)
There is no point having this complaint to be dev_err as it is just adding
noise to bootlog.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/omap2430.c

index 451b372526046309371b18aaddd9ded88aff83cb..7c9aa5e7866665f1bdb6f0449fcd3a4db31985e3 100644 (file)
@@ -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;
        }