Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63514
b: refs/heads/master
c: 861e513
h: refs/heads/master
v: v3
  • Loading branch information
Dale Farnsworth authored and Wim Van Sebroeck committed Jul 24, 2007
1 parent ed6a1f3 commit e8a50cc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7e07a15913e2e1fd99fb77c4c848437bd99a8d5f
refs/heads/master: 861e5137708be1a7988f024a09d81c2f6accfb75
4 changes: 1 addition & 3 deletions trunk/drivers/char/watchdog/mv64x60_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ static int mv64x60_wdt_open(struct inode *inode, struct file *file)
mv64x60_wdt_service();
mv64x60_wdt_handler_enable();

nonseekable_open(inode, file);

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

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

0 comments on commit e8a50cc

Please sign in to comment.