From: Mauro Carvalho Chehab Date: Sat, 27 Oct 2012 17:43:54 +0000 (-0300) Subject: [media] gscpa: get rid of warning: suggest braces around empty body X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~21^2^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede4c3a5a6c0d4490e39a1695570c7a6e9cf7b33;p=pandora-kernel.git [media] gscpa: get rid of warning: suggest braces around empty body There are hundreds of messages like this one, when GSPCA debug is disabled, when compiled with W=1: drivers/media/usb/gspca/spca500.c:725:46: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] Get rid of it, especially as it might actually cause troubles on some places. Cc: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed