commit | 2827a4400a181437a2a3e0ccc2307f90bd204fdd | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Oct 27 16:17:39 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Oct 28 07:38:46 2012 -0200 |
tree | 4d58a6bc3ed2b6612e0728b2bc61b5722310c190 | |
parent | ba4008921ba8144ff307f10d04fe52e6d6e744dc [diff] |
[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>