projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f56ce0
)
usb: renesas_usbhs: fix platform init error message
author
Sergei Shtylyov
<
[email protected]
>
Tue, 4 Nov 2014 22:48:48 +0000
(
01:48
+0300)
committer
Felipe Balbi
<
[email protected]
>
Mon, 12 Jan 2015 18:13:27 +0000
(12:13 -0600)
There is a typo ("prove" instead of "probe") in the error message printed when
the platform initialization fails. Replace that word with more fitting "init".
Signed-off-by: Sergei Shtylyov <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
drivers/usb/renesas_usbhs/common.c
patch
|
blob
|
history
diff --git
a/drivers/usb/renesas_usbhs/common.c
b/drivers/usb/renesas_usbhs/common.c
index a706fc4fc13bb6ee299b02f85a2e0e874cb8cfb7..76d14f5d246a870a91fe8694e34957a1c06bb060 100644
(file)
--- a/
drivers/usb/renesas_usbhs/common.c
+++ b/
drivers/usb/renesas_usbhs/common.c
@@
-615,7
+615,7
@@
static int usbhs_probe(struct platform_device *pdev)
*/
ret = usbhs_platform_call(priv, hardware_init, pdev);
if (ret < 0) {
- dev_err(&pdev->dev, "platform
prove
failed.\n");
+ dev_err(&pdev->dev, "platform
init
failed.\n");
goto probe_end_mod_exit;
}