diff options
| author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2016-06-27 08:09:18 -0400 |
|---|---|---|
| committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2016-06-29 04:07:27 -0400 |
| commit | 0d7995031a8e7a34e5638d57a44a51aae39e321c (patch) | |
| tree | b7a707b401657d0af8b4692e7bf65b9a21d257c7 | |
| parent | 70992588193617511e1b50bf7adee2fd371a476b (diff) | |
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>
| -rw-r--r-- | drivers/usb/renesas_usbhs/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/renesas_usbhs/common.c b/drivers/usb/renesas_usbhs/common.c index baeb7d23bf24..8fbbc2d32371 100644 --- a/drivers/usb/renesas_usbhs/common.c +++ b/drivers/usb/renesas_usbhs/common.c | |||
| @@ -697,7 +697,7 @@ probe_end_fifo_exit: | |||
| 697 | probe_end_pipe_exit: | 697 | probe_end_pipe_exit: |
| 698 | usbhs_pipe_remove(priv); | 698 | usbhs_pipe_remove(priv); |
| 699 | 699 | ||
| 700 | dev_info(&pdev->dev, "probe failed\n"); | 700 | dev_info(&pdev->dev, "probe failed (%d)\n", ret); |
| 701 | 701 | ||
| 702 | return ret; | 702 | return ret; |
| 703 | } | 703 | } |
