[media] ngene: better comment unused code to avoid warnings
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 27 Oct 2012 19:17:39 +0000 (16:17 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Oct 2012 09:38:46 +0000 (07:38 -0200)
commit2827a4400a181437a2a3e0ccc2307f90bd204fdd
tree4d58a6bc3ed2b6612e0728b2bc61b5722310c190
parentba4008921ba8144ff307f10d04fe52e6d6e744dc
[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 <mchehab@redhat.com>
drivers/media/pci/ngene/ngene-cards.c
drivers/media/pci/ngene/ngene-core.c
This page took 0.027124 seconds and 5 git commands to generate.