aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/mx3_camera.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/mx3_camera.c')
-rw-r--r--drivers/media/video/mx3_camera.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/mx3_camera.c b/drivers/media/video/mx3_camera.c
index a13076969e5a..d020388d29ca 100644
--- a/drivers/media/video/mx3_camera.c
+++ b/drivers/media/video/mx3_camera.c
@@ -976,7 +976,7 @@ static int mx3_camera_try_fmt(struct soc_camera_device *icd,
976 return ret; 976 return ret;
977} 977}
978 978
979static int mx3_camera_reqbufs(struct soc_camera_file *icf, 979static int mx3_camera_reqbufs(struct soc_camera_device *icd,
980 struct v4l2_requestbuffers *p) 980 struct v4l2_requestbuffers *p)
981{ 981{
982 return 0; 982 return 0;
@@ -984,9 +984,9 @@ static int mx3_camera_reqbufs(struct soc_camera_file *icf,
984 984
985static unsigned int mx3_camera_poll(struct file *file, poll_table *pt) 985static unsigned int mx3_camera_poll(struct file *file, poll_table *pt)
986{ 986{
987 struct soc_camera_file *icf = file->private_data; 987 struct soc_camera_device *icd = file->private_data;
988 988
989 return videobuf_poll_stream(file, &icf->vb_vidq, pt); 989 return videobuf_poll_stream(file, &icd->vb_vidq, pt);
990} 990}
991 991
992static int mx3_camera_querycap(struct soc_camera_host *ici, 992static int mx3_camera_querycap(struct soc_camera_host *ici,