summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/drivers/char/watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar7/files/drivers/char/watchdog')
-rw-r--r--target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c b/target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c
index 2acbd941d..2ae83e1cd 100644
--- a/target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c
+++ b/target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c
@@ -218,7 +218,7 @@ static struct notifier_block ar7_wdt_notifier = {
static ssize_t ar7_wdt_write(struct file *file, const char *data,
size_t len, loff_t *ppos)
{
- if (ppos != &file->f_pos)
+ if (*ppos != file->f_pos)
return -ESPIPE;
/* check for a magic close character */