mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
usb: renesas_usbhs: show error code when probe failed
To know why the driver probing failed, this patch shows error code. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
parent
7099258819
commit
0d7995031a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue