media-ctl: Add fall through comment to fix Coverity warning
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 3 Jun 2014 09:55:42 +0000 (11:55 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 3 Jun 2014 09:57:28 +0000 (11:57 +0200)
commiteb9c4050a2d8787fa2367047624ee9d1b16500aa
tree3b7f7b47247e3ce1f0cfd8548091dd2124c746cc
parentc48a7ddf7146ed853728fdf69e27494c9be5a979
media-ctl: Add fall through comment to fix Coverity warning

The -f case falls through the -V case during option parsing. This is
desired but result in a missing break statement warning from Coverity.
Fix it by adding a fall through comment.

Reported-by: Coverity Scan
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
utils/media-ctl/options.c