]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (9283): Correct typo and enable setting the gain on the mt9m111 sensor
authorErik Andrén <erik.andren@gmail.com>
Mon, 13 Oct 2008 19:00:35 +0000 (16:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 17 Oct 2008 20:40:25 +0000 (17:40 -0300)
A typo was introduced during the gspca conversion, crippling the ability to control the gain on the mt9m111 sensor.

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/m5602/m5602_mt9m111.h

index 07d224d0138f165613c26c1d99d9871bb6b1fd26..315209d5aeefdc679f482e34ebbeb05a807e3dac 100644 (file)
@@ -151,8 +151,8 @@ static struct m5602_sensor mt9m111 = {
                        .default_value  = DEFAULT_GAIN,
                        .flags          = V4L2_CTRL_FLAG_SLIDER
                },
-               .set = mt9m111_set_hflip,
-               .get = mt9m111_get_hflip
+               .set = mt9m111_set_gain,
+               .get = mt9m111_get_gain
        }
        },