From: Jean Delvare Date: Sun, 7 Sep 2008 15:49:59 +0000 (-0300) Subject: V4L/DVB (8956): bttv: Turn video_nr, vbi_nr and radio_nr into arrays X-Git-Tag: v2.6.28-rc1~601^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176c2f34157a8d8b252c8f0bc242457c971b06a1;p=pandora-kernel.git V4L/DVB (8956): bttv: Turn video_nr, vbi_nr and radio_nr into arrays With video_nr, vbi_nr and radio_nr being simple integers, it is not possible to use these parameters on a system with multiple bttv adapters (which happens to be my case.) video_register_device() will always fail on the second and later adapters. Turn these parameters into arrays, as many other V4L drivers are already doing, so that they can be used on such systems. Signed-off-by: Jean Delvare Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed