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

Commit 9ff0fdca authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: keystone: convert dev_dbg() to dev_err()



that's an error condition, not a debugging message.

Let's promote it appropriately.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent e4f75667
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ static int kdwc3_probe(struct platform_device *pdev)

	error = clk_prepare_enable(kdwc->clk);
	if (error < 0) {
		dev_dbg(kdwc->dev, "unable to enable usb clock, err %d\n",
		dev_err(kdwc->dev, "unable to enable usb clock, error %d\n",
			error);
		return error;
	}