diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c index 548ec492c6b6..eea23f95edb7 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c | |||
@@ -245,7 +245,7 @@ static struct cx88_ctrl cx8800_ctls[] = { | |||
245 | .name = "Color killer", | 245 | .name = "Color killer", |
246 | .minimum = 0, | 246 | .minimum = 0, |
247 | .maximum = 1, | 247 | .maximum = 1, |
248 | .default_value = 0x0, | 248 | .default_value = 0x1, |
249 | .type = V4L2_CTRL_TYPE_BOOLEAN, | 249 | .type = V4L2_CTRL_TYPE_BOOLEAN, |
250 | }, | 250 | }, |
251 | .reg = MO_INPUT_FORMAT, | 251 | .reg = MO_INPUT_FORMAT, |