Commit 630fb05e authored by Wim Van Sebroeck's avatar Wim Van Sebroeck

[WATCHDOG] v2.6.6 w83627hf_wdt.c

When drivers starts show the correct watchdog driver info.
parent e743bea2
......@@ -264,7 +264,7 @@ wdt_init(void)
{
int ret;
printk(KERN_INFO "WDT driver for Advantech single board computer initialising.\n");
printk(KERN_INFO "WDT driver for the Winbond(TM) W83627HF Super I/O chip initialising.\n");
if (timeout < 1 || timeout > 63) {
timeout = WATCHDOG_TIMEOUT;
......
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