diff options
| -rw-r--r-- | drivers/char/watchdog/w83697hf_wdt.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/char/watchdog/w83697hf_wdt.c b/drivers/char/watchdog/w83697hf_wdt.c index c44f281f3565..ad397f912bd4 100644 --- a/drivers/char/watchdog/w83697hf_wdt.c +++ b/drivers/char/watchdog/w83697hf_wdt.c | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * w83697hf WDT driver | 2 | * w83697hf/hg WDT driver |
| 3 | * | 3 | * |
| 4 | * (c) Copyright 2006 Marcus Junker <junker@anduras.de> | 4 | * (c) Copyright 2006 Marcus Junker <junker@anduras.de> |
| 5 | * | 5 | * |
| 6 | * Based on w83627hf_wdt.c advantechwdt.c which is based on wdt.c. | 6 | * Based on w83627hf_wdt.c which is based on advantechwdt.c |
| 7 | * which is based on wdt.c. | ||
| 7 | * Original copyright messages: | 8 | * Original copyright messages: |
| 8 | * | 9 | * |
| 9 | * (c) Copyright 2003 Pádraig Brady <P@draigBrady.com> | 10 | * (c) Copyright 2003 Pádraig Brady <P@draigBrady.com> |
| @@ -39,7 +40,7 @@ | |||
| 39 | #include <asm/uaccess.h> | 40 | #include <asm/uaccess.h> |
| 40 | #include <asm/system.h> | 41 | #include <asm/system.h> |
| 41 | 42 | ||
| 42 | #define WATCHDOG_NAME "w83697hf WDT" | 43 | #define WATCHDOG_NAME "w83697hf/hg WDT" |
| 43 | #define PFX WATCHDOG_NAME ": " | 44 | #define PFX WATCHDOG_NAME ": " |
| 44 | #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ | 45 | #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ |
| 45 | 46 | ||
| @@ -313,7 +314,7 @@ wdt_init(void) | |||
| 313 | 314 | ||
| 314 | spin_lock_init(&io_lock); | 315 | spin_lock_init(&io_lock); |
| 315 | 316 | ||
| 316 | printk (KERN_INFO "WDT driver for the Winbond(TM) W83697HF Super I/O chip initialising.\n"); | 317 | printk (KERN_INFO PFX "WDT driver for W83697HF/HG initializing\n"); |
| 317 | 318 | ||
| 318 | if (wdt_set_heartbeat(timeout)) { | 319 | if (wdt_set_heartbeat(timeout)) { |
| 319 | wdt_set_heartbeat(WATCHDOG_TIMEOUT); | 320 | wdt_set_heartbeat(WATCHDOG_TIMEOUT); |
| @@ -369,5 +370,5 @@ module_exit(wdt_exit); | |||
| 369 | 370 | ||
| 370 | MODULE_LICENSE("GPL"); | 371 | MODULE_LICENSE("GPL"); |
| 371 | MODULE_AUTHOR("Marcus Junker <junker@anduras.de>"); | 372 | MODULE_AUTHOR("Marcus Junker <junker@anduras.de>"); |
| 372 | MODULE_DESCRIPTION("w83697hf WDT driver"); | 373 | MODULE_DESCRIPTION("w83697hf/hg WDT driver"); |
| 373 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | 374 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); |
