diff options
Diffstat (limited to 'drivers/media/video/saa7115.c')
-rw-r--r-- | drivers/media/video/saa7115.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c index 41e5e518a47e..416d05d4a969 100644 --- a/drivers/media/video/saa7115.c +++ b/drivers/media/video/saa7115.c | |||
@@ -57,7 +57,7 @@ MODULE_AUTHOR( "Maxim Yevtyushkin, Kevin Thayer, Chris Kennedy, " | |||
57 | "Hans Verkuil, Mauro Carvalho Chehab"); | 57 | "Hans Verkuil, Mauro Carvalho Chehab"); |
58 | MODULE_LICENSE("GPL"); | 58 | MODULE_LICENSE("GPL"); |
59 | 59 | ||
60 | static int debug = 0; | 60 | static int debug; |
61 | module_param(debug, bool, 0644); | 61 | module_param(debug, bool, 0644); |
62 | 62 | ||
63 | MODULE_PARM_DESC(debug, "Debug level (0-1)"); | 63 | MODULE_PARM_DESC(debug, "Debug level (0-1)"); |
@@ -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; |