mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
usb: renesas_usbhs: fix platform init error message
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 <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
committed by
Felipe Balbi
parent
9f56ce075d
commit
48ac1e5766
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user