From: Mauro Carvalho Chehab Date: Tue, 18 May 2010 07:27:27 +0000 (-0300) Subject: V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers X-Git-Tag: v2.6.35-rc1~480^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8d0416796d43a950ec7b65629e53419b2e22453;p=pandora-kernel.git V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers Fix all device drivers to use the video_drvdata function instead of maintaining a local list of minor to private data mappings. Call video_set_drvdata to register the driver private pointer when not already done. Where applicable, the local list of mappings is completely removed when it becomes unused. [mchehab.redhat.com: patch broke into two. This one changes just tm6000] Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed