commit | 7cb9478f0d5b2424af974646dcbe10ce7c19b550 | [log] [tgz] |
---|---|---|
author | Karsten Keil <kkeil@suse.de> | Mon Mar 06 15:42:39 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Mar 06 18:40:43 2006 -0800 |
tree | a645f882deef35c0ebe040a9ee0bb8ce7fc6e8c2 | |
parent | 1e4b27df55166ce3b276f55bab223fa4ae8c5525 [diff] |
[PATCH] i4l: fix refcounting problem with ttyIx devices If the same ttyIx device was opened by two processes the module was not released and so the usage count went never to zero again. This oneliner fixes the issue. Signed-off-by: Oskar Senft <o.senft@sirrix.com> Signed-off-by: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>