From: Anand Gadiyar <gadiyar@xxxxxx> Fix typo in omap_wdt.c introduced by a recent change Signed-off-by: Anand Gadiyar <gadiyar@xxxxxx> --- 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; } -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html