public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: fix typo in omap_wdt.c
@ 2008-09-26 15:50 Gadiyar, Anand
  2008-09-26 17:52 ` Felipe Balbi
  0 siblings, 1 reply; 7+ messages in thread
From: Gadiyar, Anand @ 2008-09-26 15:50 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org; +Cc: felipe.balbi@nokia.com

From: Anand Gadiyar <gadiyar@ti.com>

Fix typo in omap_wdt.c introduced by a recent change

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
---
 drivers/watchdog/omap_wdt.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: tony/drivers/watchdog/omap_wdt.c
===================================================================
--- tony.orig/drivers/watchdog/omap_wdt.c	2008-09-25 16:45:08.000000000 +0530
+++ tony/drivers/watchdog/omap_wdt.c	2008-09-26 21:14:48.059042569 +0530
@@ -283,7 +283,7 @@ static int __init omap_wdt_probe(struct 
 	}
 
 	if (omap_wdt_dev) {
-		ret - EBUSY;
+		ret = -EBUSY;
 		goto err_busy;
 	}
 

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

end of thread, other threads:[~2008-09-29  9:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-26 15:50 [PATCH] watchdog: fix typo in omap_wdt.c Gadiyar, Anand
2008-09-26 17:52 ` Felipe Balbi
2008-09-26 18:02   ` Gadiyar, Anand
2008-09-26 19:27     ` Felipe Balbi
2008-09-29  4:26       ` Gadiyar, Anand
2008-09-29  9:25         ` Felipe Balbi
2008-09-29  9:29           ` Gadiyar, Anand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox