From: Mauro Carvalho Chehab Date: Mon, 10 Dec 2007 07:43:38 +0000 (-0300) Subject: V4L/DVB (6755): Avoid troubles when using multiple devices X-Git-Tag: v2.6.25-rc1~1235^2~237 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=025341d4f0caa58f0e5eddbffd11d44e37cff974;p=pandora-kernel.git V4L/DVB (6755): Avoid troubles when using multiple devices mv_count is a counter used to move the vertical bars. Before this patch, it where a static var. This works fine for just one device. However, when using multiple devices, every device would increment it. This patch moves it to its correct place: struct vivi_dev. So, now, each device has its own data. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed