diff options
Diffstat (limited to 'drivers/watchdog/cpwd.c')
-rw-r--r-- | drivers/watchdog/cpwd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/watchdog/cpwd.c b/drivers/watchdog/cpwd.c index 41070e4771a0..081f2955419e 100644 --- a/drivers/watchdog/cpwd.c +++ b/drivers/watchdog/cpwd.c | |||
@@ -154,9 +154,9 @@ static struct cpwd *cpwd_device; | |||
154 | 154 | ||
155 | static struct timer_list cpwd_timer; | 155 | static struct timer_list cpwd_timer; |
156 | 156 | ||
157 | static int wd0_timeout = 0; | 157 | static int wd0_timeout; |
158 | static int wd1_timeout = 0; | 158 | static int wd1_timeout; |
159 | static int wd2_timeout = 0; | 159 | static int wd2_timeout; |
160 | 160 | ||
161 | module_param(wd0_timeout, int, 0); | 161 | module_param(wd0_timeout, int, 0); |
162 | MODULE_PARM_DESC(wd0_timeout, "Default watchdog0 timeout in 1/10secs"); | 162 | MODULE_PARM_DESC(wd0_timeout, "Default watchdog0 timeout in 1/10secs"); |