Skip to content
Snippets Groups Projects
Commit 2827a440 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ba400892
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment