[rdc] define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog...
[10.03/openwrt.git] / target / linux / rdc / files-2.6.30 / drivers / watchdog / rdc321x_wdt.c
index 3ced6c9..2572c0e 100644 (file)
@@ -244,7 +244,7 @@ static int __init rdc321x_wdt_probe(struct platform_device *pdev)
        }
 
        panic_on_unrecovered_nmi = 1;
-       dev_info(&pdev->dev, "watchdog inig success\n");
+       dev_info(&pdev->dev, "watchdog init success\n");
 
        return 0;
 }