Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212977
b: refs/heads/master
c: cb3b9cf
h: refs/heads/master
i:
  212975: 7652ec5
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 16, 2010
1 parent 2695998 commit 61dc3da
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: 275bd41a6da179b4493171fa65eeeb2a9e47b316
refs/heads/master: cb3b9cf818070df1bf592b71275bcf99d8edefcb
2 changes: 2 additions & 0 deletions trunk/drivers/char/raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,15 @@ static const struct file_operations raw_fops = {
.open = raw_open,
.release = raw_release,
.unlocked_ioctl = raw_ioctl,
.llseek = default_llseek,
.owner = THIS_MODULE,
};

static const struct file_operations raw_ctl_fops = {
.unlocked_ioctl = raw_ctl_ioctl,
.open = raw_open,
.owner = THIS_MODULE,
.llseek = noop_llseek,
};

static struct cdev raw_cdev;
Expand Down

0 comments on commit 61dc3da

Please sign in to comment.