mirror of https://github.com/hak5/openwrt-owl.git
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,
|
static ssize_t ar7_wdt_write(struct file *file, const char *data,
|
||||||
size_t len, loff_t *ppos)
|
size_t len, loff_t *ppos)
|
||||||
{
|
{
|
||||||
if (ppos != &file->f_pos)
|
if (*ppos != file->f_pos)
|
||||||
return -ESPIPE;
|
return -ESPIPE;
|
||||||
|
|
||||||
/* check for a magic close character */
|
/* check for a magic close character */
|
||||||
|
|
Loading…
Reference in New Issue