Re: [PATCH] stkwebcam: Fix sparse warning on undeclared symbol

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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 <elezegarcia@xxxxxxxxx>
Tested-by: Arvydas Sidorenko <asido4@xxxxxxxxx>

---
 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
<jsagarribay@xxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux