|
@@ -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);
|
|
|
|