]> err.no Git - linux-2.6/blobdiff - drivers/media/video/mt9v022.c
V4L/DVB (8366): gspca: Better code for ov6650 and ov7630.
[linux-2.6] / drivers / media / video / mt9v022.c
index 80f7668f3f46b8b482d1668d538379fbd5a8c8e2..b31ba4e093270e6ab3fc3238637638cf85e1ec97 100644 (file)
@@ -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;
@@ -815,7 +815,6 @@ static int mt9v022_remove(struct i2c_client *client)
 
        return 0;
 }
-
 static const struct i2c_device_id mt9v022_id[] = {
        { "mt9v022", 0 },
        { }