From 15b747f2edae17ec86b42a7bddc135190854b189 Mon Sep 17 00:00:00 2001 From: Anand Gadiyar Date: Fri, 26 Sep 2008 21:20:14 +0530 Subject: [PATCH] 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 --- drivers/watchdog/omap_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.41.1