mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 19:04:39 +00:00
parent
c5d8137d09
commit
fbd19377fa
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user