Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63505
b: refs/heads/master
c: ec9505a
h: refs/heads/master
i:
  63503: c77f160
v: v3
  • Loading branch information
Wim Van Sebroeck committed Jul 23, 2007
1 parent 8cd5289 commit 2cc6599
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1a08cc9a1a8f1da79ca751469ecff82be110482
refs/heads/master: ec9505a7ecadc0ab8f8e3c4c5fa900d57467e391
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/booke_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static int booke_wdt_open (struct inode *inode, struct file *file)
booke_wdt_period);
}

return 0;
return nonseekable_open(inode, file);
}

static const struct file_operations booke_wdt_fops = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/mpc8xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int mpc8xx_wdt_open(struct inode *inode, struct file *file)
m8xx_wdt_reset();
mpc8xx_wdt_handler_disable();

return 0;
return nonseekable_open(inode, file);
}

static int mpc8xx_wdt_release(struct inode *inode, struct file *file)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/omap_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static int omap_wdt_open(struct inode *inode, struct file *file)

omap_wdt_set_timeout();
omap_wdt_enable();
return 0;
return nonseekable_open(inode, file);
}

static int omap_wdt_release(struct inode *inode, struct file *file)
Expand Down

0 comments on commit 2cc6599

Please sign in to comment.