From: Karsten Keil Date: Mon, 6 Mar 2006 23:42:39 +0000 (-0800) Subject: [PATCH] i4l: fix refcounting problem with ttyIx devices X-Git-Tag: v2.6.16-rc6~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb9478f0d5b2424af974646dcbe10ce7c19b550;p=pandora-kernel.git [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 Signed-off-by: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed