diff options
Diffstat (limited to 'drivers/watchdog/pcwd.c')
-rw-r--r-- | drivers/watchdog/pcwd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/watchdog/pcwd.c b/drivers/watchdog/pcwd.c index 134386a88852..3b0ddc7fcf3f 100644 --- a/drivers/watchdog/pcwd.c +++ b/drivers/watchdog/pcwd.c | |||
@@ -145,7 +145,7 @@ static int pcwd_ioports[] = { 0x270, 0x350, 0x370, 0x000 }; | |||
145 | #define CMD_ISA_RESET_RELAYS 0x0D | 145 | #define CMD_ISA_RESET_RELAYS 0x0D |
146 | 146 | ||
147 | /* Watchdog's Dip Switch heartbeat values */ | 147 | /* Watchdog's Dip Switch heartbeat values */ |
148 | static const int heartbeat_tbl [] = { | 148 | static const int heartbeat_tbl[] = { |
149 | 20, /* OFF-OFF-OFF = 20 Sec */ | 149 | 20, /* OFF-OFF-OFF = 20 Sec */ |
150 | 40, /* OFF-OFF-ON = 40 Sec */ | 150 | 40, /* OFF-OFF-ON = 40 Sec */ |
151 | 60, /* OFF-ON-OFF = 1 Min */ | 151 | 60, /* OFF-ON-OFF = 1 Min */ |
@@ -272,7 +272,7 @@ static int set_command_mode(void) | |||
272 | printk(KERN_DEBUG PFX "command_mode=%d\n", | 272 | printk(KERN_DEBUG PFX "command_mode=%d\n", |
273 | pcwd_private.command_mode); | 273 | pcwd_private.command_mode); |
274 | 274 | ||
275 | return(found); | 275 | return found; |
276 | } | 276 | } |
277 | 277 | ||
278 | static void unset_command_mode(void) | 278 | static void unset_command_mode(void) |
@@ -325,7 +325,7 @@ static inline int pcwd_get_option_switches(void) | |||
325 | } | 325 | } |
326 | 326 | ||
327 | unset_command_mode(); | 327 | unset_command_mode(); |
328 | return(option_switches); | 328 | return option_switches; |
329 | } | 329 | } |
330 | 330 | ||
331 | static void pcwd_show_card_info(void) | 331 | static void pcwd_show_card_info(void) |