diff options
Diffstat (limited to 'linux/drivers/media/video/cx25840')
-rw-r--r-- | linux/drivers/media/video/cx25840/cx25840-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx25840/cx25840-core.c b/linux/drivers/media/video/cx25840/cx25840-core.c index df97316cf..e267b89fd 100644 --- a/linux/drivers/media/video/cx25840/cx25840-core.c +++ b/linux/drivers/media/video/cx25840/cx25840-core.c @@ -352,7 +352,7 @@ static int set_v4lstd(struct i2c_client *client, v4l2_std_id std) fmt=0x2; break; } - if (std & V4L2_STD_NTSC_M_443) { + if (std & V4L2_STD_NTSC_443) { fmt=0x3; break; } |