linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [gadiyar@ti.com: [PATCH] watchdog: fix typo in omap_wdt.c]
@ 2008-09-29 10:23 Felipe Balbi
  2008-10-03 10:07 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2008-09-29 10:23 UTC (permalink / raw)
  To: linux-omap; +Cc: Tony Lindgren

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

Hi Tony,

i think you'd like to apply this to your tree as well (it's already with
Wim) to avoid any bug when people try tro use omap_wdt.c

-- 
balbi

[-- Attachment #2: Type: message/rfc822, Size: 3021 bytes --]

From: "ext Gadiyar, Anand" <gadiyar@ti.com>
To: Wim Van Sebroeck <wim@iguana.be>
Cc: "felipe.balbi@nokia.com" <felipe.balbi@nokia.com>
Subject: [PATCH] watchdog: fix typo in omap_wdt.c
Date: Mon, 29 Sep 2008 09:53:57 +0530
Message-ID: <5A47E75E594F054BAF48C5E4FC4B92AB02D5DC9704@dbde02.ent.ti.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] 2+ messages in thread

* Re: [gadiyar@ti.com: [PATCH] watchdog: fix typo in omap_wdt.c]
  2008-09-29 10:23 [gadiyar@ti.com: [PATCH] watchdog: fix typo in omap_wdt.c] Felipe Balbi
@ 2008-10-03 10:07 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-10-03 10:07 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: linux-omap

* Felipe Balbi <felipe.balbi@nokia.com> [080929 13:24]:
> Hi Tony,
> 
> i think you'd like to apply this to your tree as well (it's already with
> Wim) to avoid any bug when people try tro use omap_wdt.c

Pushing.

Tony

> 
> -- 
> balbi

> From: "ext Gadiyar, Anand" <gadiyar@ti.com>
> Subject: [PATCH] watchdog: fix typo in omap_wdt.c
> Date: Mon, 29 Sep 2008 09:53:57 +0530
> Message-ID: <5A47E75E594F054BAF48C5E4FC4B92AB02D5DC9704@dbde02.ent.ti.com>
> To: Wim Van Sebroeck <wim@iguana.be>
> CC: "felipe.balbi@nokia.com" <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] 2+ messages in thread

end of thread, other threads:[~2008-10-03 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29 10:23 [gadiyar@ti.com: [PATCH] watchdog: fix typo in omap_wdt.c] Felipe Balbi
2008-10-03 10:07 ` Tony Lindgren

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).