aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/ibmasr.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/ibmasr.c')
-rw-r--r--drivers/watchdog/ibmasr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/ibmasr.c b/drivers/watchdog/ibmasr.c
index 0b549f3ff915..b82405cfb4cd 100644
--- a/drivers/watchdog/ibmasr.c
+++ b/drivers/watchdog/ibmasr.c
@@ -275,7 +275,7 @@ static long asr_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
275 static const struct watchdog_info ident = { 275 static const struct watchdog_info ident = {
276 .options = WDIOF_KEEPALIVEPING | 276 .options = WDIOF_KEEPALIVEPING |
277 WDIOF_MAGICCLOSE, 277 WDIOF_MAGICCLOSE,
278 .identity = "IBM ASR" 278 .identity = "IBM ASR",
279 }; 279 };
280 void __user *argp = (void __user *)arg; 280 void __user *argp = (void __user *)arg;
281 int __user *p = argp; 281 int __user *p = argp;
@@ -345,7 +345,7 @@ static int asr_release(struct inode *inode, struct file *file)
345 345
346static const struct file_operations asr_fops = { 346static const struct file_operations asr_fops = {
347 .owner = THIS_MODULE, 347 .owner = THIS_MODULE,
348 .llseek = no_llseek, 348 .llseek = no_llseek,
349 .write = asr_write, 349 .write = asr_write,
350 .unlocked_ioctl = asr_ioctl, 350 .unlocked_ioctl = asr_ioctl,
351 .open = asr_open, 351 .open = asr_open,