From: Hans Verkuil Date: Wed, 23 Apr 2014 11:43:51 +0000 (-0300) Subject: [media] cx23885: use video_drvdata to get cx23885_dev pointer X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~334 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568f44a18e9b63fbb44fcb3292c3530087ae527b;p=pandora-kernel.git [media] cx23885: use video_drvdata to get cx23885_dev pointer Use video_drvdata(file) instead of fh->dev to get the cx23885_dev pointer. This prepares for the vb2 conversion where fh->dev (renamed to fh->q_dev in this patch) will be removed completely. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed