From: Ezequiel Garcia Date: Thu, 1 Nov 2012 11:42:00 +0000 (-0300) Subject: [media] stkwebcam: Fix sparse warning on undeclared symbol X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~21^2^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293d31ed32e491fa8124f8faf3ab6c9bbc425234;p=pandora-kernel.git [media] stkwebcam: Fix sparse warning on undeclared symbol The sparse warning is: "drivers/media/usb/stkwebcam/stk-webcam.c:59:5: warning: symbol 'first_init' was not declared. Should it be static?" Declare variable 'first_init' as static and local to the function. Found by Hans Verkuil's daily build. Tested by compilation only. Signed-off-by: Ezequiel Garcia Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed