aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/mt9v022.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mt9v022.c b/drivers/media/video/mt9v022.c
index 80f7668f3f46..1658fe590392 100644
--- a/drivers/media/video/mt9v022.c
+++ b/drivers/media/video/mt9v022.c
@@ -88,7 +88,7 @@ static const struct soc_camera_data_format mt9v022_monochrome_formats[] = {
88struct mt9v022 { 88struct mt9v022 {
89 struct i2c_client *client; 89 struct i2c_client *client;
90 struct soc_camera_device icd; 90 struct soc_camera_device icd;
91 int model; /* V4L2_IDENT_MT9M001* codes from v4l2-chip-ident.h */ 91 int model; /* V4L2_IDENT_MT9V022* codes from v4l2-chip-ident.h */
92 int switch_gpio; 92 int switch_gpio;
93 u16 chip_control; 93 u16 chip_control;
94 unsigned char datawidth; 94 unsigned char datawidth;