watchdog: fix typo in omap_wdt.c
authorAnand Gadiyar <gadiyar@ti.com>
Fri, 26 Sep 2008 15:50:14 +0000 (21:20 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 3 Oct 2008 10:06:46 +0000 (13:06 +0300)
Fix typo in omap_wdt.c introduced by a recent change

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/watchdog/omap_wdt.c

index 8c02fb0..7bcbb7f 100644 (file)
@@ -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;
        }