aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/mt9v022.c
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2008-05-05 14:12:30 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-05-14 02:54:11 -0300
commit7fb0fd05b2f03065ca4743e8c7446ec86329c4c8 (patch)
tree6e27c0ae77b87cd07603baac60ad76b806270f62 /drivers/media/video/mt9v022.c
parent91e64c884295c7347f9ea78347d5a5e2df2441f6 (diff)
downloadkernel_samsung_smdk4412-7fb0fd05b2f03065ca4743e8c7446ec86329c4c8.zip
kernel_samsung_smdk4412-7fb0fd05b2f03065ca4743e8c7446ec86329c4c8.tar.gz
kernel_samsung_smdk4412-7fb0fd05b2f03065ca4743e8c7446ec86329c4c8.tar.bz2
V4L/DVB (7859): mt9v022: fix a copy-paste error in comment
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/mt9v022.c')
-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 80f7668..1658fe5 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[] = {
struct mt9v022 {
struct i2c_client *client;
struct soc_camera_device icd;
- int model; /* V4L2_IDENT_MT9M001* codes from v4l2-chip-ident.h */
+ int model; /* V4L2_IDENT_MT9V022* codes from v4l2-chip-ident.h */
int switch_gpio;
u16 chip_control;
unsigned char datawidth;