From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [gadiyar@ti.com: [PATCH] watchdog: fix typo in omap_wdt.c] Date: Fri, 3 Oct 2008 13:07:01 +0300 Message-ID: <20081003100659.GF25482@atomide.com> References: <20080929102346.GA13245@gandalf.research.nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:61620 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752700AbYJCKEG (ORCPT ); Fri, 3 Oct 2008 06:04:06 -0400 Content-Disposition: inline In-Reply-To: <20080929102346.GA13245@gandalf.research.nokia.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: linux-omap@vger.kernel.org * Felipe Balbi [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" > 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 > CC: "felipe.balbi@nokia.com" > > From: Anand Gadiyar > > Fix typo in omap_wdt.c introduced by a recent change > > Signed-off-by: Anand Gadiyar > --- > 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; > } >