Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212979
b: refs/heads/master
c: d9d2e9d
h: refs/heads/master
i:
  212977: 61dc3da
  212975: 7652ec5
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 16, 2010
1 parent 5dc702d commit 172a2c9
Show file tree
Hide file tree
Showing 5 changed files with 6 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: aadbd4360911d7166dc04c5a4e5520b2c7914c73
refs/heads/master: d9d2e9d5c9eead1f73f92f5fc03424dab90b6c95
1 change: 1 addition & 0 deletions trunk/drivers/media/IR/ir-lirc-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ static struct file_operations lirc_fops = {
.poll = lirc_dev_fop_poll,
.open = lirc_dev_fop_open,
.release = lirc_dev_fop_close,
.llseek = no_llseek,
};

static int ir_lirc_register(struct input_dev *input_dev)
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/IR/lirc_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ int lirc_dev_fop_open(struct inode *inode, struct file *file)

mutex_unlock(&lirc_dev_lock);

nonseekable_open(inode, file);

return retval;
}
EXPORT_SYMBOL(lirc_dev_fop_open);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/lirc/lirc_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,7 @@ static const struct file_operations lirc_fops = {
.poll = lirc_dev_fop_poll,
.open = lirc_dev_fop_open,
.release = lirc_dev_fop_close,
.llseek = no_llseek,
};

static struct lirc_driver driver = {
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/lirc/lirc_sir.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ static const struct file_operations lirc_fops = {
.unlocked_ioctl = lirc_ioctl,
.open = lirc_dev_fop_open,
.release = lirc_dev_fop_close,
.llseek = no_llseek,
};

static int set_use_inc(void *data)
Expand Down

0 comments on commit 172a2c9

Please sign in to comment.