From: Jean Delvare Date: Mon, 3 Sep 2007 14:51:51 +0000 (-0300) Subject: V4L/DVB (6147): Pwc: Fix a broken debug message X-Git-Tag: v2.6.23-rc7~48^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b9fbc3e30f785412a26819aa4daf0b6c27f6c53;p=pandora-kernel.git V4L/DVB (6147): Pwc: Fix a broken debug message Commit 85237f202d46d55c1bffe0c5b1aa3ddc0f1dce4d introduced the following warning (with CONFIG_USB_PWC_DEBUG=y): drivers/media/video/pwc/pwc-if.c: In function "pwc_video_close": drivers/media/video/pwc/pwc-if.c:1211: warning: "i" may be used uninitialized in this function This is true, and can cause a broken debug message to be logged. Here's a fix. Signed-off-by: Jean Delvare Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed