Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223569
b: refs/heads/master
c: 5c769a6
h: refs/heads/master
i:
  223567: ed15cb6
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Dec 20, 2010
1 parent 8f5f3cd commit c007dd9
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: 635f76b2aa8ef3e8436dedddc8baa6f7f438dc40
refs/heads/master: 5c769a68beaee924e1dc90bf06e1b087b1d46237
4 changes: 1 addition & 3 deletions trunk/drivers/media/IR/lirc_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,10 +522,8 @@ unsigned int lirc_dev_fop_poll(struct file *file, poll_table *wait)

dev_dbg(ir->d.dev, LOGHEAD "poll called\n", ir->d.name, ir->d.minor);

if (!ir->attached) {
mutex_unlock(&ir->irctl_lock);
if (!ir->attached)
return POLLERR;
}

poll_wait(file, &ir->buf->wait_poll, wait);

Expand Down

0 comments on commit c007dd9

Please sign in to comment.