From 31b03ef01c7a865b78fcdf9075ef0880266b93e0 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 8 Apr 2012 11:04:30 -0300 Subject: [PATCH] --- yaml --- r: 306210 b: refs/heads/master c: 4fd466a13008823648cf2ec6f06a03d90e6412ab h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/video/stk-webcam.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 6fd2659c7835..fdbd49607020 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4bd9ff19708ce8d88926121dda98423e36191c58 +refs/heads/master: 4fd466a13008823648cf2ec6f06a03d90e6412ab diff --git a/trunk/drivers/media/video/stk-webcam.c b/trunk/drivers/media/video/stk-webcam.c index d427f8436c70..86a0fc56c330 100644 --- a/trunk/drivers/media/video/stk-webcam.c +++ b/trunk/drivers/media/video/stk-webcam.c @@ -38,13 +38,13 @@ #include "stk-webcam.h" -static bool hflip = 1; +static bool hflip; module_param(hflip, bool, 0444); -MODULE_PARM_DESC(hflip, "Horizontal image flip (mirror). Defaults to 1"); +MODULE_PARM_DESC(hflip, "Horizontal image flip (mirror). Defaults to 0"); -static bool vflip = 1; +static bool vflip; module_param(vflip, bool, 0444); -MODULE_PARM_DESC(vflip, "Vertical image flip. Defaults to 1"); +MODULE_PARM_DESC(vflip, "Vertical image flip. Defaults to 0"); static int debug; module_param(debug, int, 0444);