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
@ -697,7 +697,7 @@ probe_end_fifo_exit:
|
||||
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 New Issue
Block a user