aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/pcwd_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/pcwd_pci.c')
-rw-r--r--drivers/watchdog/pcwd_pci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/watchdog/pcwd_pci.c b/drivers/watchdog/pcwd_pci.c
index 7f500ee4ee8a..2617129a7ccc 100644
--- a/drivers/watchdog/pcwd_pci.c
+++ b/drivers/watchdog/pcwd_pci.c
@@ -494,10 +494,6 @@ static long pcipcwd_ioctl(struct file *file, unsigned int cmd,
494 return put_user(temperature, p); 494 return put_user(temperature, p);
495 } 495 }
496 496
497 case WDIOC_KEEPALIVE:
498 pcipcwd_keepalive();
499 return 0;
500
501 case WDIOC_SETOPTIONS: 497 case WDIOC_SETOPTIONS:
502 { 498 {
503 int new_options, retval = -EINVAL; 499 int new_options, retval = -EINVAL;
@@ -525,6 +521,10 @@ static long pcipcwd_ioctl(struct file *file, unsigned int cmd,
525 return retval; 521 return retval;
526 } 522 }
527 523
524 case WDIOC_KEEPALIVE:
525 pcipcwd_keepalive();
526 return 0;
527
528 case WDIOC_SETTIMEOUT: 528 case WDIOC_SETTIMEOUT:
529 { 529 {
530 int new_heartbeat; 530 int new_heartbeat;