linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] renesas_usbhs: fix platform init error message
@ 2014-11-04 22:48 Sergei Shtylyov
  2014-11-04 22:53 ` Felipe Balbi
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Sergei Shtylyov @ 2014-11-04 22:48 UTC (permalink / raw)
  To: linux-sh

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>

---
The patch is against the 'usb-linus' branch of Greg KH's 'usb.git' repo.

Changes in varsion 2:
- refreshed the patch.

 drivers/usb/renesas_usbhs/common.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: usb/drivers/usb/renesas_usbhs/common.c
=================================--- usb.orig/drivers/usb/renesas_usbhs/common.c
+++ usb/drivers/usb/renesas_usbhs/common.c
@@ -615,7 +615,7 @@ static int usbhs_probe(struct platform_d
 	 */
 	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;
 	}
 


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-01-06  8:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 22:48 [PATCH v2] renesas_usbhs: fix platform init error message Sergei Shtylyov
2014-11-04 22:53 ` Felipe Balbi
2014-11-04 22:55 ` Sergei Shtylyov
2014-11-04 23:01 ` Felipe Balbi
2014-12-12 19:45 ` Sergei Shtylyov
2014-12-18  1:46 ` yoshihiro shimoda
2014-12-18 11:31 ` Sergei Shtylyov
2014-12-19  1:33 ` yoshihiro shimoda
2014-12-19 12:46 ` Sergei Shtylyov
2014-12-23 19:16 ` Felipe Balbi
2014-12-23 19:17 ` Felipe Balbi
2014-12-23 19:41 ` Sergei Shtylyov
2014-12-24  0:40 ` Felipe Balbi
2014-12-24 10:02 ` yoshihiro shimoda
2015-01-05 11:50 ` Geert Uytterhoeven
2015-01-06  8:20 ` yoshihiro shimoda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).