> If you have the time to test it and stamp a "Tested-by" on it, I would
> appreciate it.
>
> Thanks,
>
>     Ezequiel

I applied and tested on 3.7.0-rc3 - everything is ok.
Signed patch is bellow.

Signed-off-by: Ezequiel Garcia <[email protected]>
Tested-by: Arvydas Sidorenko <[email protected]>

---
 drivers/media/usb/stkwebcam/stk-webcam.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c
b/drivers/media/usb/stkwebcam/stk-webcam.c
index 86a0fc5..e4839d8 100644
--- a/drivers/media/usb/stkwebcam/stk-webcam.c
+++ b/drivers/media/usb/stkwebcam/stk-webcam.c
@@ -55,9 +55,6 @@ MODULE_AUTHOR("Jaime Velasco Juan
<[email protected]> and Nicolas VIVIEN");
 MODULE_DESCRIPTION("Syntek DC1125 webcam driver");


-/* bool for webcam LED management */
-int first_init = 1;
-
 /* Some cameras have audio interfaces, we aren't interested in those */
 static struct usb_device_id stkwebcam_table[] = {
        { USB_DEVICE_AND_INTERFACE_INFO(0x174f, 0xa311, 0xff, 0xff, 0xff) },
@@ -554,6 +551,7 @@ static void stk_free_buffers(struct stk_camera *dev)

 static int v4l_stk_open(struct file *fp)
 {
+    static int first_init = 1; /* webcam LED management */
        struct stk_camera *dev;
        struct video_device *vdev;

-- 
1.8.0
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to