Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100375
b: refs/heads/master
c: f29b889
h: refs/heads/master
i:
  100373: f35f85a
  100371: 57b60ad
  100367: f0b274d
v: v3
  • Loading branch information
Arnd Bergmann authored and Jonathan Corbet committed Jul 2, 2008
1 parent db6c3bc commit a9cb871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db26e64dc3f0d51c4db1a625c248a81f7850eee9
refs/heads/master: f29b889edef0c3ab98732c84247c790a1583cb94
2 changes: 2 additions & 0 deletions trunk/drivers/sbus/char/riowatchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/miscdevice.h>
#include <linux/smp_lock.h>

#include <asm/io.h>
#include <asm/ebus.h>
Expand Down Expand Up @@ -116,6 +117,7 @@ static void riowd_starttimer(void)

static int riowd_open(struct inode *inode, struct file *filp)
{
cycle_kernel_lock();
nonseekable_open(inode, filp);
return 0;
}
Expand Down

0 comments on commit a9cb871

Please sign in to comment.