Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100345
b: refs/heads/master
c: 1d17bf0
h: refs/heads/master
i:
  100343: 8e27231
v: v3
  • Loading branch information
Arnd Bergmann authored and Jonathan Corbet committed Jun 20, 2008
1 parent 86dc9d0 commit 04a92b9
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: 89c7de08c5fc059c4f6231571416d9bc0bbc91d4
refs/heads/master: 1d17bf0c08569e7aefd27df0179065fb955588c4
2 changes: 2 additions & 0 deletions trunk/drivers/sbus/char/envctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/miscdevice.h>
#include <linux/kmod.h>
#include <linux/reboot.h>
#include <linux/smp_lock.h>

#include <asm/ebus.h>
#include <asm/uaccess.h>
Expand Down Expand Up @@ -694,6 +695,7 @@ envctrl_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
static int
envctrl_open(struct inode *inode, struct file *file)
{
cycle_kernel_lock();
file->private_data = NULL;
return 0;
}
Expand Down

0 comments on commit 04a92b9

Please sign in to comment.