carl9170 firmware: add fall through comments
authorChristian Lamparter <chunkeey@googlemail.com>
Wed, 3 May 2017 12:12:22 +0000 (14:12 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 3 May 2017 12:12:22 +0000 (14:12 +0200)
GCC 7.1.0 adds -Wimplicit-fallthrough if -Wextra is set.
In order to suppress the warning, a fallthrough comment
has to be added at the right place.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>

No differences found