aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/saa7115.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c
index aaec17f9d4eb..416d05d4a969 100644
--- a/drivers/media/video/saa7115.c
+++ b/drivers/media/video/saa7115.c
@@ -957,7 +957,7 @@ static void saa711x_set_v4lstd(struct i2c_client *client, v4l2_std_id std)
957 957
958 if (std == V4L2_STD_PAL_M) { 958 if (std == V4L2_STD_PAL_M) {
959 reg |= 0x30; 959 reg |= 0x30;
960 } else if (std == V4L2_STD_PAL_N) { 960 } else if (std == V4L2_STD_PAL_Nc) {
961 reg |= 0x20; 961 reg |= 0x20;
962 } else if (std == V4L2_STD_PAL_60) { 962 } else if (std == V4L2_STD_PAL_60) {
963 reg |= 0x10; 963 reg |= 0x10;