Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc66ba8d authored by Ladislav Michl's avatar Ladislav Michl Committed by Greg Kroah-Hartman
Browse files

usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbg



There is no point having this complaint to be dev_err as it is just adding
noise to bootlog.

Signed-off-by: default avatarLadislav Michl <ladis@linux-mips.org>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarBin Liu <b-liu@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 71127a79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}