commit | 10351adc6ac9251863ec6d90436e3ad277d178e0 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Mon Feb 04 09:00:48 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Mar 05 14:40:10 2013 -0300 |
tree | 0a271b52167b68f786ef4b50ce264b41ecb1c9a0 | |
parent | dc0fb28675e7ef7ac12a5532500b2f89e41f2174 [diff] |
[media] stk-webcam: don't use private_data, use video_drvdata file->private_data is needed to store the pointer to struct v4l2_fh. So use video_drvdata to get hold of the stk_camera struct. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Tested-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>