commit | 568f44a18e9b63fbb44fcb3292c3530087ae527b | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Wed Apr 23 08:43:51 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Sep 03 07:57:38 2014 -0300 |
tree | 927e06dabdc7228fb3fe7599e91f0a27c8770d7f | |
parent | 9529a4b0cf49163e489446ec159a2dfb64f78df8 [diff] |
[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 <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>