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

Commit 0d799503 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Felipe Balbi
Browse files

usb: renesas_usbhs: show error code when probe failed



To know why the driver probing failed, this patch shows error code.

Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 70992588
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -697,7 +697,7 @@ static int usbhs_probe(struct platform_device *pdev)
probe_end_pipe_exit:
	usbhs_pipe_remove(priv);

	dev_info(&pdev->dev, "probe failed\n");
	dev_info(&pdev->dev, "probe failed (%d)\n", ret);

	return ret;
}