From: Mauro Carvalho Chehab Date: Mon, 10 Dec 2007 07:07:03 +0000 (-0300) Subject: V4L/DVB (6753): Fix vivi to support non-zero minor node X-Git-Tag: v2.6.25-rc1~1235^2~239 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f905c442e5b19f75fe4e8ce96f2acffa565f2392;p=pandora-kernel.git V4L/DVB (6753): Fix vivi to support non-zero minor node There were a trouble at vivi driver when using non-zero inodes. This where due to not properly preserving the minor inode after calling video_register. Since this driver is a reference for newer drivers, and it is possible to have more than one video device inside the machine, this patch makes vivi to dynamically allocate video_device struct. Thanks to Gregor Jasny for pointing the issue. Also, this patch removes a very anoying (but useless) message of not having a proper release call. CC: Gregor Jasny Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed