Commit 15b747f2 authored by Anand Gadiyar's avatar Anand Gadiyar Committed by Tony Lindgren

watchdog: fix typo in omap_wdt.c

Fix typo in omap_wdt.c introduced by a recent change
Signed-off-by: default avatarAnand Gadiyar <gadiyar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 580ad591
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment