From e9601431a5ef3df56b964f46129a3634bf6c2880 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 11 Mar 2010 09:16:55 +0000 Subject: [rdc] define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog init message Patch from Bernhard Loos. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20134 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rdc/files-2.6.30/drivers/watchdog/rdc321x_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/rdc/files-2.6.30/drivers/watchdog') diff --git a/target/linux/rdc/files-2.6.30/drivers/watchdog/rdc321x_wdt.c b/target/linux/rdc/files-2.6.30/drivers/watchdog/rdc321x_wdt.c index 3ced6c9a2..2572c0e2c 100644 --- a/target/linux/rdc/files-2.6.30/drivers/watchdog/rdc321x_wdt.c +++ b/target/linux/rdc/files-2.6.30/drivers/watchdog/rdc321x_wdt.c @@ -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; } -- cgit v1.2.3