diff options
Diffstat (limited to 'drivers/media')
-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 cd5c2615d8c5..dc997549b634 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c | |||
@@ -261,7 +261,7 @@ static struct cx88_ctrl cx8800_ctls[] = { | |||
261 | .default_value = 0, | 261 | .default_value = 0, |
262 | .type = V4L2_CTRL_TYPE_INTEGER, | 262 | .type = V4L2_CTRL_TYPE_INTEGER, |
263 | }, | 263 | }, |
264 | .off = 0, | 264 | .off = 128, |
265 | .reg = MO_HUE, | 265 | .reg = MO_HUE, |
266 | .mask = 0x00ff, | 266 | .mask = 0x00ff, |
267 | .shift = 0, | 267 | .shift = 0, |