From: Anand Gadiyar Date: Fri, 26 Sep 2008 15:50:14 +0000 (+0530) Subject: watchdog: fix typo in omap_wdt.c X-Git-Tag: v2.6.27-omap1~97 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=15b747f2edae17ec86b42a7bddc135190854b189;p=linux-2.6-omap-h63xx.git watchdog: fix typo in omap_wdt.c Fix typo in omap_wdt.c introduced by a recent change Signed-off-by: Anand Gadiyar Signed-off-by: Tony Lindgren --- diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 8c02fb0c9ea..7bcbb7f4745 100644 --- a/drivers/watchdog/omap_wdt.c +++ b/drivers/watchdog/omap_wdt.c @@ -283,7 +283,7 @@ static int __init omap_wdt_probe(struct platform_device *pdev) } if (omap_wdt_dev) { - ret - EBUSY; + ret = -EBUSY; goto err_busy; }