commit | f4c1605a74c46100d93f465238b9962ac9499e36 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sun May 06 09:28:18 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon May 14 09:26:46 2012 -0300 |
tree | b93af988889d32566bf105bc6cefb3a6724e500f | |
parent | 62bba5dd8181bed282967f1054ed5749b2c499f9 [diff] |
[media] gspca: Use video_drvdata(file) instead of file->private_data Prepare for control events: free up file->private_data by using video_drvdata(file) to get to the gspca_dev struct. [mchehab@redhat.com: fix a compile error: ‘file’ undeclared] Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>