[rdc] define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog...
[openwrt-10.03/.git] / target / linux / rdc / files-2.6.30 / drivers / watchdog / rdc321x_wdt.c
index 3ced6c9a2199b3f48fc13c3638bb50a47458a333..2572c0e2cb7aac9e2d28e15de59f643cf6c00b99 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;
 }