Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219167
b: refs/heads/master
c: df1868e
h: refs/heads/master
i:
  219165: 832207e
  219163: 67fb500
  219159: eef2a3c
  219151: 618291d
  219135: 0eda1b0
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 3ab8fa6 commit 27855e7
Show file tree
Hide file tree
Showing 2 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: 04292fc0031a28d298dfa03c4cd9ce6abef9b4e0
refs/heads/master: df1868e4ee605444bbb98505126bdfb3519749af
5 changes: 5 additions & 0 deletions trunk/drivers/media/IR/lirc_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,11 @@ int lirc_unregister_driver(int minor)
}

ir = irctls[minor];
if (!ir) {
printk(KERN_ERR "lirc_dev: lirc_unregister_driver: "
"failed to get irctl struct for minor %d!", minor);
return -ENOENT;
}

mutex_lock(&lirc_dev_lock);

Expand Down

0 comments on commit 27855e7

Please sign in to comment.