From: Mauro Carvalho Chehab Date: Sat, 27 Oct 2012 19:17:39 +0000 (-0300) Subject: [media] ngene: better comment unused code to avoid warnings X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~21^2^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2827a4400a181437a2a3e0ccc2307f90bd204fdd;p=pandora-kernel.git [media] ngene: better comment unused code to avoid warnings get rid of a few warnings about empty body: drivers/media/pci/ngene/ngene-core.c:756:3: warning: suggest braces around empty body in an 'else' statement [-Wempty-body] drivers/media/pci/ngene/ngene-cards.c:429:5: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] Those are due to some commented code. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed